Skip to content

Commit

Permalink
Use of token to publish artifacts for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kumar authored Aug 8, 2024
1 parent 21317b3 commit abc4ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Publish to the Maven Central Repository
run: mvn --batch-mode deploy -Pdist -Prelease-sign-artifacts
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
MAVEN_USERNAME: ${{ secrets.OSSRH_TOKEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN_PASSWORD }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 comments on commit abc4ab5

Please sign in to comment.