ci: per semver build metadata should be after + (#971)

This commit is contained in:
Kalvin C
2025-01-30 18:10:32 -08:00
committed by GitHub
parent 0020123ee8
commit 27e1ce728f

View File

@@ -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
# ------------------------------------