Hard coding version for now

This commit is contained in:
phoenix
2025-10-31 14:48:38 -04:00
parent c654aa2d2e
commit 8064281507
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: |
echo "Creating version"
VERSION=$(git tag | grep -o '^v[0-9.]*' | sort -V | uniq | tail -n 1)
VERSION="0.0.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)