misc(cd workflow): Fixed release body creation (#1807)

This commit is contained in:
Roman Kelesidis 2025-02-06 18:17:46 +03:00 committed by GitHub
commit cc679a8024
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,4 +121,4 @@ jobs:
overwrite: true overwrite: true
tag: ${{ github.ref }} tag: ${{ github.ref }}
release_name: "TorrentPier v${{ env.RELEASE_VERSION }}" release_name: "TorrentPier v${{ env.RELEASE_VERSION }}"
body: "${{ needs.generate-changelog.outputs.release_body }}" body: "${{ needs.changelog.outputs.release_body }}"