Skip to content

Commit

Permalink
use hub to edit
Browse files Browse the repository at this point in the history
  • Loading branch information
SaicharanKandukuri authored Jun 5, 2022
1 parent aea077b commit 5b9d42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
assets+=("-a" "$asset")
done
tag_name="${VERSIONTAG}"
hub release create "${assets[@]}" -m "$tag_name"
hub release edit -F release.md "${assets[@]}" -m "$tag_name" "$tag_name"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5b9d42d

Please sign in to comment.