We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cfa172 + d06536e commit 755c3c4Copy full SHA for 755c3c4
.github/workflows/release.yml
@@ -58,8 +58,8 @@ jobs:
58
uses: jacobtomlinson/gha-find-replace@v3
59
with:
60
find: "Next\n----"
61
- replace: "Next\n----\n\n${{ steps.calver.outputs.release }}\n${{ steps.changelog_underline.outputs.underline\
62
- \ }}"
+ replace: |-
+ Next\n----\n\n${{ steps.calver.outputs.release }}\n${{ steps.changelog_underline.outputs.underline }}\n
63
include: CHANGELOG.rst
64
regex: false
65
0 commit comments