We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85eea3d + 0f224bc commit eac8128Copy full SHA for eac8128
.github/workflows/maven-ci.yml
@@ -53,7 +53,7 @@ jobs:
53
server-username: ${{ secrets.OSSRH_USERNAME}}
54
server-password: ${{ secrets.OSSRH_PASSWORD}}
55
gpg-private-key: ${{ secrets.SONATYPE_GPG_PRIVATE_KEY }}
56
- gpg-passphrase: SONATYPE_GPG_PASSPHRASE
+ 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