Skip to content

Commit 0ca1ec0

Browse files
CI: Move canary tag to latest commit pushed
1 parent 51791a2 commit 0ca1ec0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main-1.23.0.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ jobs:
8787
console.log(ret);
8888
8989
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
9095
- name: Publish Canary release
9196
uses: ncipollo/release-action@v1
9297
if: env._IS_GITHUB_RELEASE == 'true' && env._IS_BUILD_CANARY == 'true' && success()

0 commit comments

Comments
 (0)