Version bump

This commit is contained in:
phoenix
2025-11-01 20:47:58 -04:00
parent c316c0d9b9
commit 787a6e1d6d
+1 -2
View File
@@ -25,8 +25,7 @@ jobs:
run: | run: |
echo "Creating version" echo "Creating version"
LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) VERSION="0.0.4"
VERSION=$(echo "$LATEST_TAG" | grep -o 'v[0-9]\+\.[0-9]\+\.[0-9]\+')
PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10) PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10)
BRANCH_REF="${{ gitea.ref }}" BRANCH_REF="${{ gitea.ref }}"
BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3) BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3)