Skip to content

Commit

Permalink
Set actions bot username & email
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Apr 6, 2024
1 parent 1d1feff commit 5d882d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:

- name: push updated version and changelog
run: |
git config --global user.name github-actions-bot
git config --global user.email github-actions[bot]@users.noreply.github.com
git add CHANGELOG.txt
git add gradle.properties
git commit -m "Reset changelog and bump version"
Expand Down

0 comments on commit 5d882d7

Please sign in to comment.