Skip to content

Commit d44d97f

Browse files
committed
Fix changelog action
1 parent ee55ad3 commit d44d97f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-changelog.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
release-notes: ${{ github.event.release.body }}
2626
latest-version: ${{ github.event.release.name }}
27+
path-to-changelog: CHANGES.md
2728

2829
- name: Commit updated CHANGELOG
2930
uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)