Skip to content

Commit

Permalink
Fix deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Feb 11, 2023
1 parent 3116f42 commit 63eecac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
java-version: '8'
distribution: 'adopt'
cache: 'maven'
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
server-username: MAVEN_USERNAME # env variable for username in deploy
server-password: MAVEN_PASSWORD # 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 63eecac

Please sign in to comment.