Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Mar 11, 2024
1 parent f39f88b commit 0877eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
server-username: ${{ secrets.OSSRH_USERNAME }} # env variable for username in deploy
server-password: ${{ secrets.OSSRH_PASSWORD }} # env variable for token in deploy
gpg-private-key: 'test' # Value of the GPG private key to import
gpg-passphrase: GPG_PASSPHRASE
gpg-passphrase: $GPG_PASSPHRASE

- name: Print settings.xml # Debugging purposes
run: cat $HOME/.m2/settings.xml
Expand Down

0 comments on commit 0877eab

Please sign in to comment.