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