Skip to content

Commit 72c206f

Browse files
committed
release.yml: improve readability
Signed-off-by: Akihiro Suda <[email protected]>
1 parent e123a11 commit 72c206f

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)