Skip to content

Commit f752815

Browse files
committed
Trigger release on publish instead of create
1 parent f3f51d5 commit f752815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Upload CLI binaries
33
on:
44
release:
55
types:
6-
- created
6+
- published
77

88
env:
99
TAG: ${{ github.event.release.tag_name }} # had some issue using this directly on windows

0 commit comments

Comments
 (0)