Handle quotes in commit messages

This commit is contained in:
Sebastian Thomschke
2024-03-08 00:08:42 +01:00
committed by GitHub
parent c9f12bfeea
commit e99f74bc58

View File

@@ -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 \