From d8d51d6c8dfcdd91defe70e82a86cd63c9720ac8 Mon Sep 17 00:00:00 2001 From: Viktor Delev Date: Wed, 5 Jun 2024 09:51:23 +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 5e7d1447..7463bcef 100644 --- a/.github/workflows/release-source.yml +++ b/.github/workflows/release-source.yml @@ -265,7 +265,7 @@ jobs: https://api.github.com/repos/${{ github.repository_owner }}/${{ github.event.repository.name }}/pulls \ -d "$(jq -n \ --arg title "Release ${{ env.RELEASE_VERSION }}" \ - --arg body "## What's changed \n\n $PR_NOTES" \ + --arg body "## What's changed \\n\\n $PR_NOTES" \ --arg head "release-${{ env.RELEASE_VERSION }}" \ --arg base "main" \ --argjson draft false \