Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Feb 27, 2024
1 parent de92bc7 commit 0f3221c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
distribution: 'adopt'
server-id: oosrh

- name: Configure Git author
run: |
git config --local user.email "[email protected]"
git config --local user.name "dschiese"
- name: Import GPG Key
uses: crazy-max/[email protected]
with:
Expand Down

0 comments on commit 0f3221c

Please sign in to comment.