Skip to content

Commit

Permalink
New creds
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMThayer committed Oct 25, 2024
1 parent 85eea3d commit 0f224bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
server-username: ${{ secrets.OSSRH_USERNAME}}
server-password: ${{ secrets.OSSRH_PASSWORD}}
gpg-private-key: ${{ secrets.SONATYPE_GPG_PRIVATE_KEY }}
gpg-passphrase: SONATYPE_GPG_PASSPHRASE
gpg-passphrase: ${{ secrets.SONATYPE_GPG_PASSPHRASE }}
- name: Build Maven Project
if: success() && (github.event_name == 'pull_request' || (github.event_name == 'push' && matrix.java != env.PRIMARY_JAVA_VERSION))
run: ./mvnw --batch-mode install -D ci.build
Expand Down

0 comments on commit 0f224bc

Please sign in to comment.