Skip to content

Commit

Permalink
Fix maven server id
Browse files Browse the repository at this point in the history
The id needs to be same as specifified in settings.xml
  • Loading branch information
physikerwelt authored Oct 19, 2021
1 parent 850efe8 commit 07f8aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
server-id: ossrh
server-id: maven
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
Expand Down

0 comments on commit 07f8aae

Please sign in to comment.