Skip to content

Commit

Permalink
Update publish_release_branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Nov 23, 2023
1 parent 8fbecf1 commit 8813f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
server-id: sonatype-nexus-staging
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Maven Install and Site with Code Coverage
env:
Expand Down

0 comments on commit 8813f5c

Please sign in to comment.