Update deploy.yml (#211)

This commit is contained in:
Jedd Morgan
2025-10-20 16:55:42 +01:00
committed by GitHub
parent 098ef3d112
commit b80624396d
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
run: |
TAG=${{ github.ref_name }}
if [[ "${{ github.ref }}" != refs/tags/* ]]; then
TAG="v3.0.99.${{ github.run_number }}"
TAG="v3.0.99"
fi
SEMVER="${TAG#v}"
FILE_VERSION=$(echo "$TAG" | sed -E 's/^v([0-9]+\.[0-9]+\.[0-9]+).*/\1/')