Skip to content

Commit

Permalink
fix: Add input append_body and generate_release_notes, set both to true
Browse files Browse the repository at this point in the history
This should:
Allow us to pass the artifact versions.txt and have it appended to the generated release notes
https://github.com/softprops/action-gh-release/blob/4634c16e79c963813287e889244c50009e7f0981/src/github.ts#L244
  • Loading branch information
0xFable committed Feb 21, 2024
1 parent 757117d commit ced0ad6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-artifacts-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
body_path: artifact_versions.txt
append_body: true
generate_release_notes: true
files: |
cosmwasm-artifacts_no-token-factory.tar.gz
artifact_versions.txt

0 comments on commit ced0ad6

Please sign in to comment.