We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869debe commit 4b55dceCopy full SHA for 4b55dce
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
server-username: OSSRH_USERNAME
31
server-password: OSSRH_PASSWORD
32
gpg-private-key: ${{ secrets.OSS_SONATYPE_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
33
- gpg-passphrase: OSS_SONATYPE_GPG_PASSPHRASE # env variable for GPG private key passphrase
+ gpg-passphrase: ${{ secrets.OSS_SONATYPE_GPG_PASSPHRASE }} # env variable for GPG private key passphrase
34
cache: 'maven'
35
- name: Prepare
36
run: |
0 commit comments