update dev workflow to use dev tag for releases

This commit is contained in:
shayaa
2025-10-14 10:23:28 +02:00
committed by GitHub
parent 931faacb0b
commit 000278ec6b
+1 -1
View File
@@ -113,7 +113,7 @@ jobs:
run: |
COMMIT_SHA=${{ github.sha }}
SHORT_SHA=${COMMIT_SHA:0:7}
VERSION="${SHORT_SHA}-dev"
VERSION="dev"
echo "version=${VERSION}" >> $GITHUB_OUTPUT
echo "short_sha=${SHORT_SHA}" >> $GITHUB_OUTPUT
echo "Generated version: ${VERSION}"