From efdfc95bbf3577f494ef2388e344d806490288c8 Mon Sep 17 00:00:00 2001 From: Viktor Delev Date: Wed, 5 Jun 2024 12:09:43 +0200 Subject: [PATCH] fix notes --- .github/workflows/release-source.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-source.yml b/.github/workflows/release-source.yml index 38e9c4da..d4feaa3e 100644 --- a/.github/workflows/release-source.yml +++ b/.github/workflows/release-source.yml @@ -244,7 +244,7 @@ jobs: id: create-pr run: | PR_NOTES=$(cat pr_notes.txt) - PR_NOTES="What's changed\n\n${PR_NOTES//\n/\\n}" + PR_NOTES="What's changed\n\n${PR_NOTES}" # Create a pull request with release notes curl -L \ -X POST \