This commit is contained in:
Jedd Morgan
2025-07-29 21:40:13 +01:00
parent f8aef65750
commit 399b76e449
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- id: set-version
name: Set version to output
run: |
$SEMVER="3.0.99.${{ github.run_number }}"
SEMVER="3.0.99.${{ github.run_number }}"
FILE_VERSION=$(echo "$TAG" | sed -E 's/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/')
FILE_VERSION="$FILE_VERSION.${{ github.run_number }}"