Skip to content

Commit 904406d

Browse files
authored
Merge pull request #81 from AkihiroSuda/dev
release.yml: improve readability
2 parents 6d41f77 + cca196c commit 904406d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
run: |
5353
tag="${GITHUB_REF##*/}"
54-
gh release create -F /tmp/release-note.txt --draft "${tag}" --title "${tag}" ./bin/* /tmp/SHA256SUMS
54+
gh release create -F /tmp/release-note.txt --draft --title "${tag}" "${tag}" ./bin/* /tmp/SHA256SUMS

0 commit comments

Comments
 (0)