Skip to content

Commit 238fd53

Browse files
update
1 parent 791bad2 commit 238fd53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
env:
3434
MAVEN_USERNAME: ${{ secrets.OSSRH_USER_TOKEN }}
3535
MAVEN_PASSWORD: ${{ secrets.OSSRH_PWD_TOKEN }}
36-
MAVEN_GPG_KEY: ${{ secrets.GPG_SIGNING_KEY }}
3736
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PWD }}
3837

3938
steps:
@@ -47,7 +46,7 @@ jobs:
4746
server-id: central
4847
server-username: MAVEN_USERNAME
4948
server-password: MAVEN_PASSWORD
50-
gpg-private-key: MAVEN_GPG_KEY
49+
gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }}
5150
gpg-passphrase: MAVEN_GPG_PASSPHRASE
5251

5352
- name: Package

0 commit comments

Comments
 (0)