diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 3356e4cf..e14889a5 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -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 # ------------------------------------