From 27e1ce728f9489a45ebbf21ed8d2c2259eafd90e Mon Sep 17 00:00:00 2001 From: Kalvin C Date: Thu, 30 Jan 2025 18:10:32 -0800 Subject: [PATCH] ci: per semver build metadata should be after + (#971) --- .github/workflows/canary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # ------------------------------------