Skip to content

Commit 4b55dce

Browse files
committed
chore: Fix GPG config
1 parent 869debe commit 4b55dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
server-username: OSSRH_USERNAME
3131
server-password: OSSRH_PASSWORD
3232
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
33+
gpg-passphrase: ${{ secrets.OSS_SONATYPE_GPG_PASSPHRASE }} # env variable for GPG private key passphrase
3434
cache: 'maven'
3535
- name: Prepare
3636
run: |

0 commit comments

Comments
 (0)