Skip to content

Commit

Permalink
fix notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed Jun 5, 2024
1 parent e68d3d2 commit 6dbe806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <br /><br />$PR_NOTES"
# Create a pull request with release notes
curl -L \
Expand Down

0 comments on commit 6dbe806

Please sign in to comment.