Эх сурвалжийг харах

Specify what is a canary tag

Evan Husted 1 жил өмнө
parent
commit
3e1182af22

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