Skip to content

Commit

Permalink
Set GIT_COMMITTER in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim committed Feb 21, 2024
1 parent 331e3cb commit bcacdb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
GIT_AUTHOR_EMAIL: git@gw2treasures.com
GIT_AUTHOR_NAME: gw2treasures-release-bot
GIT_COMMITTER_EMAIL: git@gw2treasures.com
GIT_COMMITTER_NAME: gw2treasures-release-bot
with:
setupGitUser: false

0 comments on commit bcacdb9

Please sign in to comment.