We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725463b commit aefa527Copy full SHA for aefa527
.github/workflows/release.yaml
@@ -61,6 +61,6 @@ jobs:
61
uses: samuelmeuli/action-maven-publish@v1
62
with:
63
gpg_private_key: ${{ secrets.JAVA_GPG_PRIVATE_KEY }}
64
- gpg_passphrase: ${{ secrets.JAVA_GPG_PASSPHRASE }}
+ gpg_passphrase: ""
65
nexus_username: ${{ secrets.OSSRH_USERNAME }}
66
nexus_password: ${{ secrets.OSSRH_TOKEN }}
.github/workflows/snapshot.yaml
@@ -62,6 +62,6 @@ jobs:
67
0 commit comments