Skip to content

Commit 21b6269

Browse files
committed
chore: Use GPG env var
1 parent 4b55dce commit 21b6269

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
env:
6767
OSSRH_USERNAME: ${{ secrets.OSS_SONATYPE_USER }}
6868
OSSRH_PASSWORD: ${{ secrets.OSS_SONATYPE_PASS }}
69+
MAVEN_GPG_PASSPHRASE: ${{ secrets.OSS_SONATYPE_GPG_PASSPHRASE }} # env variable for GPG private key passphrase
6970

7071
- name: Build Changelog
7172
id: github_release

0 commit comments

Comments
 (0)