Browse Source

Specify what is a canary tag

Evan Husted 1 year ago
parent
commit
3e1182af22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/canary.yml

+ 1 - 1
.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
             })