ci: per semver build metadata should be after + (#971)
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# TODO: fix this to be dynamic - extract version from repo
|
# TODO: fix this to be dynamic - extract version from repo
|
||||||
SHORT_SHA=$(echo "${GITHUB_SHA}" | cut -c1-7)
|
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
|
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
# ------------------------------------
|
# ------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user