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 4f434af commit e2ef83cCopy full SHA for e2ef83c
.github/workflows/upload-binaries.yml
@@ -3,7 +3,7 @@ name: Upload CLI binaries
3
on:
4
release:
5
types:
6
- - released
+ - created
7
8
env:
9
TAG: ${{ github.event.release.tag_name }} # had some issue using this directly on windows
0 commit comments