Skip to content

Commit

Permalink
Update release-on-maven-central.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah authored Apr 19, 2022
1 parent 5a2d4cb commit 25a3785
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-on-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Set up Git Config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- name: Deploy with Maven
run: |
Expand Down

0 comments on commit 25a3785

Please sign in to comment.