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 75aa215 commit 3f45c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
- name: create pr
id: create-pr
run: |
PR_NOTES="## What's changed\n\$(cat pr_notes.txt | sed ':a;N;$!ba;s/\n/\\n/g')""
PR_NOTES="## What's changed\n\$(cat pr_notes.txt | sed ':a;N;$!ba;s/\n/\\n/g')"
# Create a pull request with release notes
curl -L \
-X POST \
Expand Down

0 comments on commit 3f45c1e

Please sign in to comment.