Skip to content

Commit

Permalink
Fix "Bump changelog on release" GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysle committed Jan 4, 2024
1 parent 5b18ddf commit 3e09187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
run: echo -e "## dev\n\n## $RELEASE_VERSION\n$(tail -n +2 CHANGELOG.md)" > CHANGELOG.md
- name: Commit and push change
run: |
git config --global user.name 'Github Actions'
git config --global user.email 'gh-action@users.noreply.github.com'
git config --global user.name 'chrysle'
git config --global user.email '96722107+chrysle@users.noreply.github.com'
git commit -am "Bump changelog for $RELEASE_VERSION"
git push origin HEAD:main

0 comments on commit 3e09187

Please sign in to comment.