We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4db98f9 + b462b24 commit 12ce6d3Copy full SHA for 12ce6d3
.github/workflows/maven-ci.yml
@@ -52,8 +52,8 @@ jobs:
52
server-id: ossrh
53
server-username: ${{ secrets.OSSRH_USERNAME}}
54
server-password: ${{ secrets.OSSRH_PASSWORD}}
55
- gpg-private-key: ${{ secrets.SONATYPE_GPG_PRIVATE_KEY }}
56
- gpg-passphrase: ${{ secrets.SONATYPE_GPG_PASSPHRASE }}
+# gpg-private-key: ${{ secrets.SONATYPE_GPG_PRIVATE_KEY }}
+# gpg-passphrase: ${{ secrets.SONATYPE_GPG_PASSPHRASE }}
57
- name: Build Maven Project
58
if: success() && (github.event_name == 'pull_request' || (github.event_name == 'push' && matrix.java != env.PRIMARY_JAVA_VERSION))
59
run: ./mvnw --batch-mode install -D ci.build
0 commit comments