Skip to content

Commit

Permalink
Workflows: switch from hub to gh
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Oct 17, 2023
1 parent de5e75d commit fc02580
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 @@ -131,4 +131,4 @@ jobs:
set -x
assets=$(find ./artifacts -name "*.zip" -printf "-a %p ")
RELEASE_NAME=${GITHUB_REF#refs/tags/}
hub release create ${assets} -m "$RELEASE_NAME" "$RELEASE_NAME"
gh release create "$RELEASE_NAME" --generate-notes ${assets}

0 comments on commit fc02580

Please sign in to comment.