Skip to content

Commit 8813f5c

Browse files
authored
Update publish_release_branch.yml
1 parent 8fbecf1 commit 8813f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
server-id: sonatype-nexus-staging
2323
server-username: MAVEN_USERNAME
2424
server-password: MAVEN_PASSWORD
25-
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
25+
gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
2626
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2727
- name: Maven Install and Site with Code Coverage
2828
env:

0 commit comments

Comments
 (0)