Skip to content

Commit

Permalink
ci: use generated release body (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Jun 8, 2024
1 parent 3119a3a commit 83ae70b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ jobs:
with:
allowUpdates: false
artifacts: ''
body: ${{ steps.setup-release.outputs.release_body }}
discussionCategory: announcements
generateReleaseNotes: true
generateReleaseNotes: ${{ steps.setup-release.outputs.release_generate_release_notes }}
name: ${{ steps.setup-release.outputs.release_tag }}
prerelease: true
tag: ${{ steps.setup-release.outputs.release_tag }}
Expand Down

0 comments on commit 83ae70b

Please sign in to comment.