mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
ci: per semver build metadata should be after + (#971)
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
run: |
|
||||
# TODO: fix this to be dynamic - extract version from repo
|
||||
SHORT_SHA=$(echo "${GITHUB_SHA}" | cut -c1-7)
|
||||
VERSION="1.0.3-canary.${SHORT_SHA}"
|
||||
VERSION="1.0.3-canary+${SHORT_SHA}"
|
||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||
|
||||
# ------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user