From 6dbe8069e6265a44f2fa35955847ab1c29cddb0d Mon Sep 17 00:00:00 2001 From: Viktor Delev Date: Wed, 5 Jun 2024 11:43:32 +0200 Subject: [PATCH] fix notes --- .github/workflows/release-source.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-source.yml b/.github/workflows/release-source.yml index 1d3314a1..2fb500fd 100644 --- a/.github/workflows/release-source.yml +++ b/.github/workflows/release-source.yml @@ -243,6 +243,7 @@ jobs: id: create-pr run: | PR_NOTES=$(cat pr_notes.txt) + PR_NOTES=$(echo "$PR_NOTES" | sed ':a;N;$!ba;s/\n/\\n/g') PR_NOTES="What's changed

$PR_NOTES" # Create a pull request with release notes curl -L \