Skip to content

Commit

Permalink
Set server id to central
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlo committed Feb 4, 2024
1 parent 4125778 commit f71b7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
java-version: '19'
distribution: 'corretto'
cache: maven
server-id: maven # Value of the distributionManagement/repository/id field of the pom.xml
server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
server-username: ${{ secrets.MAVEN_USERNAME }} # env variable for username in deploy
server-password: ${{ secrets.MAVEN_CENTRAL_TOKEN }} # env variable for token in deploy
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
Expand Down

0 comments on commit f71b7a0

Please sign in to comment.