Skip to content

Commit

Permalink
Fixed filename in update-changelog.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Sep 27, 2022
1 parent 2f237c4 commit cf80544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
with:
release-notes: ${{ github.event.release.body }}
latest-version: ${{ github.event.release.name }}
path-to-changelog: CHANGES.rst
path-to-changelog: CHANGES.md

- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
commit_message: Update CHANGELOG
file_pattern: CHANGES.rst
file_pattern: CHANGES.md

0 comments on commit cf80544

Please sign in to comment.