diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a74e88a..a662201 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -74,4 +74,7 @@ jobs: gh release create v${{ steps.properties.outputs.version }} \ --draft \ --title "v${{ steps.properties.outputs.version }}" \ - --notes "${{ steps.properties.outputs.changelog }}" \ + --notes "$(cat << 'EOM' + ${{ steps.properties.outputs.changelog }} + EOM + )" \ No newline at end of file