We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3685018 commit dded3aaCopy full SHA for dded3aa
1 file changed
.github/workflows/CD.yml
@@ -29,8 +29,7 @@ jobs:
29
server-username: OSSRH_USERNAME # env variable for username in deploy
30
server-password: OSSRH_TOKEN # env variable for token in deploy
31
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 }}
+ gpg-passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }} # env variable for GPG private key passphrase
34
35
- name: Publish package to Maven Central
36
run: |
0 commit comments