瀏覽代碼

Specify what is a canary tag

Evan Husted 1 年之前
父節點
當前提交
3e1182af22
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
             })