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.
1 parent e1c1555 commit 8111a38Copy full SHA for 8111a38
.github/workflows/release.yml
@@ -47,11 +47,9 @@ jobs:
47
48
- name: "Update changelog"
49
uses: jacobtomlinson/gha-find-replace@v3
50
- env:
51
- NEXT_VERSION: ${{ steps.calver.outputs.release }}
52
with:
53
find: "Next\n----"
54
- replace: "Next\n----\n\n${{ env.NEXT_VERSION }}\n------------"
+ replace: "Next\n----\n\n${{ steps.calver.outputs.release }}\n------------"
55
include: "CHANGELOG.rst"
56
regex: false
57
0 commit comments