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 96a6646 commit 869debeCopy full SHA for 869debe
.github/workflows/release.yml
@@ -29,6 +29,8 @@ jobs:
29
server-id: 'central'
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
34
cache: 'maven'
35
- name: Prepare
36
run: |
0 commit comments