Skip to content

Commit

Permalink
hubコマンドをghコマンドに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ojii committed Oct 7, 2023
1 parent 165b2c0 commit 7dc4a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
for asset in ${{ github.workspace }}/artifacts/*.zip; do
assets+=("-a" "$asset")
done
hub release create "${assets[@]}" -m "$RELEASE_NAME" "$TAG_NAME"
gh release create "${assets[@]}" -m "$RELEASE_NAME" "$TAG_NAME"

0 comments on commit 7dc4a6b

Please sign in to comment.