Compare commits

..
Author SHA1 Message Date
phoenix 21e91ebc7f go fmt
Go CI / Test and Lint (push) Successful in 6s
Go Release / build-and-release (pull_request) Successful in 7s
Go CI / Test and Lint (pull_request) Successful in 5s
2026-05-26 22:04:34 -04:00
phoenix eacf598128 Added structs for login histories
Go CI / Test and Lint (push) Successful in 12s
Go Release / build-and-release (pull_request) Successful in 6s
Go CI / Test and Lint (pull_request) Successful in 12s
2026-05-25 22:57:42 -04:00
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: |
echo "Creating version"
VERSION="0.2.2"
VERSION="0.2.1"
PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10)
BRANCH_REF="${{ gitea.ref }}"
BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3)