Skip to content

Commit

Permalink
fix(ci): Add correct arguments to update_changelog action
Browse files Browse the repository at this point in the history
Signed-off-by: macinsight <gh@macinsight.net>
  • Loading branch information
macinsight committed Nov 28, 2023
1 parent 1f54eba commit fe55681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
fromTag: ${{ github.ref_name }}
toTag: ${{ env.previousTag }}
writeToFile: true
excludeTypes: build.other,style
reverseOrder: true
- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: ci
excludeTypes: build.other,style
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
file_pattern: CHANGELOG.md
reverseOrder: true

0 comments on commit fe55681

Please sign in to comment.