Skip to content

Commit 8859f98

Browse files
author
Pedro González Marcos
committed
feat: try OSSRH_GPG_SECRET_KEY
1 parent fb94daa commit 8859f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
server-id: central
1616
server-username: MAVEN_USERNAME
1717
server-password: MAVEN_PASSWORD
18-
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
18+
gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
1919
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2020
- name: Publish to Central Repository
2121
env:

0 commit comments

Comments
 (0)