Skip to content

Commit c19967b

Browse files
authored
Fix delete release command
1 parent d07a3d0 commit c19967b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328
merge-multiple: true
329329

330330
- name: Delete canary tag
331-
run: gh release delete --cleanup-tag -y
331+
run: gh release delete canary --cleanup-tag -y
332332
env:
333333
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
334334

0 commit comments

Comments
 (0)