Skip to content

Commit 6a760f5

Browse files
authored
Merge pull request #1896 from AkihiroSuda/hub-to-gh
release.yml: improve readability
2 parents e123a11 + 72c206f commit 6a760f5

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
@@ -95,4 +95,4 @@ jobs:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9696
run: |
9797
tag="${GITHUB_REF##*/}"
98-
gh release create -F /tmp/release-note.txt --draft "${tag}" --title "${tag}" _artifacts/*
98+
gh release create -F /tmp/release-note.txt --draft --title "${tag}" "${tag}" _artifacts/*

0 commit comments

Comments
 (0)