Skip to content

Commit

Permalink
Git user for release commits
Browse files Browse the repository at this point in the history
  • Loading branch information
joostfarla committed Oct 17, 2023
1 parent 9861f36 commit 24830b6
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 @@ -15,6 +15,10 @@ jobs:
java-version: 17
distribution: temurin
cache: maven
- name: Configure Git User
run: |
git config user.email "[email protected]"
git config user.name "GitHub Actions"
- name: Release
run: mvn -B release:prepare release:perform
env:
Expand Down

0 comments on commit 24830b6

Please sign in to comment.