Skip to content

Commit

Permalink
Merge pull request #81 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
release.yml: improve readability
  • Loading branch information
AkihiroSuda authored Oct 8, 2023
2 parents 6d41f77 + cca196c commit 904406d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag="${GITHUB_REF##*/}"
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 comments on commit 904406d

Please sign in to comment.