diff --git a/.github/workflows/upload-release-to-plugin-repo.yml b/.github/workflows/upload-release-to-plugin-repo.yml index 854983ebe4e93..1f8cc5192af96 100644 --- a/.github/workflows/upload-release-to-plugin-repo.yml +++ b/.github/workflows/upload-release-to-plugin-repo.yml @@ -57,6 +57,7 @@ jobs: # Okay, we have all we need to build the new Changelog. head -n $(( "${BEFORE}" - 1 )) changelog.txt > new_changelog.txt printf '= %s =\n\n' "${TAG#v}" >> new_changelog.txt + # Need to use a heredoc in order to preserve special characters. cat <<- "EOF" >> new_changelog.txt ${{ github.event.release.body }} EOF