mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
misc(cd workflow): Fixed release body creation (#1807)
This commit is contained in:
parent
341306247b
commit
cc679a8024
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -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 }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue