Skip to content

Commit

Permalink
Fix server id in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
empwilli committed Apr 10, 2024
1 parent 4c0c0f1 commit 5529dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
java-version: '8'
distribution: 'corretto'
server-id: ossrh
server-id: central
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
Expand Down

0 comments on commit 5529dc7

Please sign in to comment.