Skip to content

Commit

Permalink
use gh release command
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed May 2, 2022
1 parent 29ba790 commit 5b5f711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
assets+=("-a" SHASUMS)
assets+=("-a" MD5)
tag_name="${GITHUB_REF##*/}"
hub release create "${assets[@]}" -m "$tag_name" "$tag_name"
gh release create "${assets[@]}" -m "$tag_name" "$tag_name"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5b5f711

Please sign in to comment.