Skip to content

Commit 629c220

Browse files
authored
Merge pull request #42 from AkihiroSuda/dev
Follow-up to "release.yaml: migrate from `hub` to `gh`"
2 parents bfbfeb8 + ccae2ae commit 629c220

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
@@ -58,4 +58,4 @@ jobs:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
run: |
6060
tag="${GITHUB_REF##*/}"
61-
hub release create -F /tmp/release-note.txt --draft --title "${tag}" "${tag}" _artifacts/*
61+
gh release create -F /tmp/release-note.txt --draft --title "${tag}" "${tag}" _artifacts/*

0 commit comments

Comments
 (0)