UserProfile (#1)
Go Release / build-and-release (push) Successful in 5s
Go CI / Test and Lint (push) Successful in 6s

Reviewed-on: phoenix/textsender-models#1
This commit was merged in pull request #1.
This commit is contained in:
2026-05-27 22:59:45 -04:00
parent 5b36e5c42e
commit 3ccc1a9a6d
6 changed files with 85 additions and 9 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: |
echo "Creating version"
VERSION="0.2.2"
VERSION="0.2.3"
PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10)
BRANCH_REF="${{ gitea.ref }}"
BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3)