Skip to content

Commit

Permalink
Publish final releases to Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Boileau committed Nov 10, 2024
1 parent f56732c commit be8ac69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-central.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Publish to the Maven Central Repository
run: ./mvnw clean --batch-mode -P default,central -Dpublish=central deploy
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
MAVEN_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.CENTRAL_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

0 comments on commit be8ac69

Please sign in to comment.