Skip to content

Commit

Permalink
Improve Git username/email
Browse files Browse the repository at this point in the history
  • Loading branch information
joostfarla committed Oct 17, 2023
1 parent c2b826f commit 42792af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
cache: maven
- name: Configure Git User
run: |
git config user.email "actions@github.com"
git config user.name "GitHub Actions"
git config user.name github-actions
git config user.email [email protected]
- name: Release
run: mvn -B release:prepare release:perform
env:
Expand Down

0 comments on commit 42792af

Please sign in to comment.