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 })