Skip to content

Commit

Permalink
Fix broken deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kwart committed Aug 3, 2024
1 parent 8714924 commit b6ecc11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push-snapshots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '8'
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
cache: 'maven'
- name: Publish to Apache Maven Central
run: |
Expand Down

0 comments on commit b6ecc11

Please sign in to comment.