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.
2 parents e123a11 + 72c206f commit 6a760f5Copy full SHA for 6a760f5
.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