From 3e1182af22d7737f0e5d7502bc233566d901cb2e Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Wed, 6 Nov 2024 16:55:17 -0600 Subject: [PATCH] Specify what is a canary tag --- .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 195a3f435..7db2f5be7 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -44,7 +44,7 @@ jobs: github.rest.git.createRef({ owner: context.repo.owner, repo: context.repo.repo, - ref: 'refs/tags/${{ steps.version_info.outputs.build_version }}', + ref: 'refs/tags/Canary-${{ steps.version_info.outputs.build_version }}', sha: context.sha })