Skip to content

Commit

Permalink
Setting git username for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielflower committed May 20, 2024
1 parent 3e54c55 commit 7046c6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
"passphrase": "${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}",
"configuration": {}
}]
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "Test user"
- name: Verify package
run: mvn --batch-mode verify
- name: Release package
Expand Down

0 comments on commit 7046c6e

Please sign in to comment.