mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-22 15:04:29 +01:00
ci: per semver build metadata should be after + (#971)
This commit is contained in:
2
.github/workflows/canary.yml
vendored
2
.github/workflows/canary.yml
vendored
@@ -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