Skip to content

Commit

Permalink
chore: Change the plugin used for publishing to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
en-milie committed Nov 22, 2024
1 parent 0982e49 commit a6527c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '21'
server-id: ossrh
server-id: central
server-username: ${{ secrets.OSSRH_USERNAME}}
server-password: ${{ secrets.OSSRH_PASSWORD }}
gpg-private-key: ${{ secrets.GPG_SIGN_KEY }}
Expand Down

0 comments on commit a6527c7

Please sign in to comment.