mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 17:59:43 +02:00
update dev workflow to use dev tag for releases
This commit is contained in:
@@ -113,7 +113,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
COMMIT_SHA=${{ github.sha }}
|
COMMIT_SHA=${{ github.sha }}
|
||||||
SHORT_SHA=${COMMIT_SHA:0:7}
|
SHORT_SHA=${COMMIT_SHA:0:7}
|
||||||
VERSION="${SHORT_SHA}-dev"
|
VERSION="dev"
|
||||||
echo "version=${VERSION}" >> $GITHUB_OUTPUT
|
echo "version=${VERSION}" >> $GITHUB_OUTPUT
|
||||||
echo "short_sha=${SHORT_SHA}" >> $GITHUB_OUTPUT
|
echo "short_sha=${SHORT_SHA}" >> $GITHUB_OUTPUT
|
||||||
echo "Generated version: ${VERSION}"
|
echo "Generated version: ${VERSION}"
|
||||||
|
|||||||
Reference in New Issue
Block a user