Skip to content

Commit

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

0 comments on commit 21317b3

Please sign in to comment.