Fixed passing change notes from CHANGELOG.md to the Release Draft

This commit is contained in:
Jakub Chrzanowski
2021-10-13 23:21:28 +02:00
committed by Jakub Chrzanowski
parent a5db4563c4
commit b4518ca7ff
2 changed files with 7 additions and 1 deletions

View File

@@ -159,4 +159,7 @@ jobs:
gh release create v${{ needs.build.outputs.version }} \
--draft \
--title "v${{ needs.build.outputs.version }}" \
--notes "${{ needs.build.outputs.changelog }}"
--notes "$(cat << 'EOM'
${{ needs.build.outputs.changelog }}
EOM
)"