Skip to content

Commit

Permalink
Fix update-changelog.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IceDBorn authored Aug 9, 2023
1 parent cbf28eb commit 1bba22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4
with:
create-branch: true
create_branch: true
branch: changelog-update-${{ github.event.release.tag_name }}
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md

0 comments on commit 1bba22b

Please sign in to comment.