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 e123a11 commit 72c206fCopy full SHA for 72c206f
.github/workflows/release.yml
@@ -95,4 +95,4 @@ jobs:
95
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96
run: |
97
tag="${GITHUB_REF##*/}"
98
- gh release create -F /tmp/release-note.txt --draft "${tag}" --title "${tag}" _artifacts/*
+ gh release create -F /tmp/release-note.txt --draft --title "${tag}" "${tag}" _artifacts/*
0 commit comments