Login History #2

Merged
phoenix merged 3 commits from login_history into main 2026-05-26 22:08:05 -04:00
Showing only changes of commit e832ff11a8 - Show all commits
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: |
echo "Creating version"
VERSION="0.2.1"
VERSION="0.2.2"
PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10)
BRANCH_REF="${{ gitea.ref }}"
BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3)