Skip to content

Commit

Permalink
Fixed error with credentials for maven
Browse files Browse the repository at this point in the history
  • Loading branch information
aaberg committed Mar 10, 2024
1 parent 38dd265 commit edb86a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
- name: publish to maven central
run: mvn --batch-mode deploy
env:
GITHUB_TOKEN: ${{ github.token }}
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 comments on commit edb86a1

Please sign in to comment.