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 6d41f77 commit cca196cCopy full SHA for cca196c
.github/workflows/release.yml
@@ -51,4 +51,4 @@ jobs:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
run: |
53
tag="${GITHUB_REF##*/}"
54
- gh release create -F /tmp/release-note.txt --draft "${tag}" --title "${tag}" ./bin/* /tmp/SHA256SUMS
+ gh release create -F /tmp/release-note.txt --draft --title "${tag}" "${tag}" ./bin/* /tmp/SHA256SUMS
0 commit comments