Skip to content

Commit baf3f2b

Browse files
Merge pull request #2780 from VWS-Python/fix-block-scalar-newlines
Fix block scalar newline interpretation in release workflow
2 parents 755c3c4 + 345aef0 commit baf3f2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
uses: jacobtomlinson/gha-find-replace@v3
5959
with:
6060
find: "Next\n----"
61-
replace: |-
62-
Next\n----\n\n${{ steps.calver.outputs.release }}\n${{ steps.changelog_underline.outputs.underline }}\n
61+
replace: "Next\n----\n\n${{ steps.calver.outputs.release }}\n${{ steps.changelog_underline.outputs.underline\
62+
\ }}\n"
6363
include: CHANGELOG.rst
6464
regex: false
6565

0 commit comments

Comments
 (0)