Skip to content

Commit

Permalink
update for gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofab1rd committed Aug 26, 2024
1 parent abe51c2 commit d9f3089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_mvn_central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
GPG_PASSPHRASE: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase

- name: Publish package
run: mvn deploy
Expand Down

0 comments on commit d9f3089

Please sign in to comment.