We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51791a2 commit 0ca1ec0Copy full SHA for 0ca1ec0
.github/workflows/main-1.23.0.yml
@@ -87,6 +87,11 @@ jobs:
87
console.log(ret);
88
89
return ret;
90
+ - name: Move canary tag to this commit
91
+ uses: richardsimko/update-tag@v1
92
+ if: env._IS_GITHUB_RELEASE == 'true' && env._IS_BUILD_CANARY == 'true' && success()
93
+ with:
94
+ tag_name: canary
95
- name: Publish Canary release
96
uses: ncipollo/release-action@v1
97
if: env._IS_GITHUB_RELEASE == 'true' && env._IS_BUILD_CANARY == 'true' && success()
0 commit comments