We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12ce6d3 + bf442a5 commit 60b4b0fCopy full SHA for 60b4b0f
.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: ''
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