Skip to content

Commit c96f851

Browse files
Update CD.yml
1 parent d12a3f8 commit c96f851

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/CD.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,10 @@ jobs:
3636
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
3737
server-username: OSSRH_USERNAME # env variable for username in deploy
3838
server-password: OSSRH_TOKEN # env variable for token in deploy
39-
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
40-
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
4139

4240
- name: Publish package to Maven Central
4341
run: |
4442
mvn -X --batch-mode deploy -Dmaven.test.skip=true
4543
env:
4644
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4745
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
48-
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)