Skip to content

Commit d3f5ee9

Browse files
committed
Trigger upload on release instead of publish
1 parent f752815 commit d3f5ee9

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-
- published
6+
- released
77

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

0 commit comments

Comments
 (0)