Skip to content

Commit

Permalink
Merge pull request #42 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
Follow-up to "release.yaml: migrate from `hub` to `gh`"
  • Loading branch information
AkihiroSuda committed Nov 28, 2023
2 parents bfbfeb8 + ccae2ae commit 629c220
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 @@ -58,4 +58,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag="${GITHUB_REF##*/}"
hub release create -F /tmp/release-note.txt --draft --title "${tag}" "${tag}" _artifacts/*
gh release create -F /tmp/release-note.txt --draft --title "${tag}" "${tag}" _artifacts/*

0 comments on commit 629c220

Please sign in to comment.