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