diff --git a/.github/actions/create-release-notes/action.yml b/.github/actions/create-release-notes/action.yml index 9d341032efd..78a8097e42c 100644 --- a/.github/actions/create-release-notes/action.yml +++ b/.github/actions/create-release-notes/action.yml @@ -36,7 +36,7 @@ runs: target_commitish: 'master', previous_tag_name: '${{ steps.latest-release-tag.outputs.result }}', }) - return data.body.replaceAll('`', '\'') + return data.body.replaceAll('`', '\'').replaceAll('"', '\'') - name: Generate Release Notes id: version-generator shell: bash