Compare commits

...
Author SHA1 Message Date
phoenix 12bf453925 v0.0.12 (#16)
Reviewed-on: phoenix/textsender-models#16
2025-12-22 22:15:18 +00:00
phoenix 404ad1594b Version bump 2025-12-22 17:13:52 -05:00
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: |
echo "Creating version"
VERSION="0.0.11"
VERSION="0.0.12"
PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10)
BRANCH_REF="${{ gitea.ref }}"
BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3)