Skip to content

Commit dded3aa

Browse files
Update CD.yml
1 parent 3685018 commit dded3aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/CD.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
server-username: OSSRH_USERNAME # env variable for username in deploy
3030
server-password: OSSRH_TOKEN # env variable for token in deploy
3131
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
32-
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
33-
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
32+
gpg-passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }} # env variable for GPG private key passphrase
3433

3534
- name: Publish package to Maven Central
3635
run: |

0 commit comments

Comments
 (0)