Skip to content

Commit 9e19bbb

Browse files
committed
fix: update signing environment variables for publishing to Sonatype OSSRH
1 parent a74466d commit 9e19bbb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test_and_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
4949
- name: Publish to Sonatype OSSRH and Maven Central
5050
env:
51-
SECRING: ${{ secrets.SECRING }}
52-
PASSWORD: ${{ secrets.PASSWORD }}
53-
KEY_ID: ${{ secrets.KEY_ID }}
51+
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
52+
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
53+
SIGNING_KEY_PASSPHRASE: ${{ secrets.SIGNING_KEY_PASSPHRASE }}
5454
OSSRH_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
5555
OSSRH_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
5656
run: |

0 commit comments

Comments
 (0)