diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44a9a94..a0e8853 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -275,7 +275,7 @@ jobs: GH_DEBUG=1 gh release create "$RELEASE_NAME" \ --title "$RELEASE_NAME" \ --latest \ - --notes "${{ github.event.head_commit.message }}" \ + --notes ${{ toJSON(github.event.head_commit.message) }} \ --target "${{ github.sha }}" \ kleinanzeigen-bot-darwin-amd64 \ kleinanzeigen-bot-linux-amd64 \