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 4b55dce commit 21b6269Copy full SHA for 21b6269
.github/workflows/release.yml
@@ -66,6 +66,7 @@ jobs:
66
env:
67
OSSRH_USERNAME: ${{ secrets.OSS_SONATYPE_USER }}
68
OSSRH_PASSWORD: ${{ secrets.OSS_SONATYPE_PASS }}
69
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.OSS_SONATYPE_GPG_PASSPHRASE }} # env variable for GPG private key passphrase
70
71
- name: Build Changelog
72
id: github_release
0 commit comments