Skip to content

Commit b77686e

Browse files
Update CD.yml
1 parent dded3aa commit b77686e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +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: ${{ secrets.MAVEN_GPG_PASSPHRASE }} # env variable for GPG private key passphrase
32+
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
3333

3434
- name: Publish package to Maven Central
3535
run: |

0 commit comments

Comments
 (0)