Skip to content

Commit 60b4b0f

Browse files
authored
Merge pull request #17 from Optum/nopp
Remove pp
2 parents 12ce6d3 + bf442a5 commit 60b4b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
server-id: ossrh
5353
server-username: ${{ secrets.OSSRH_USERNAME}}
5454
server-password: ${{ secrets.OSSRH_PASSWORD}}
55-
# gpg-private-key: ${{ secrets.SONATYPE_GPG_PRIVATE_KEY }}
56-
# gpg-passphrase: ${{ secrets.SONATYPE_GPG_PASSPHRASE }}
55+
gpg-private-key: ${{ secrets.SONATYPE_GPG_PRIVATE_KEY }}
56+
gpg-passphrase: ''
5757
- name: Build Maven Project
5858
if: success() && (github.event_name == 'pull_request' || (github.event_name == 'push' && matrix.java != env.PRIMARY_JAVA_VERSION))
5959
run: ./mvnw --batch-mode install -D ci.build

0 commit comments

Comments
 (0)