Skip to content

Commit 3bc2bec

Browse files
committed
Try adding gpg stuff
1 parent 3602a91 commit 3bc2bec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release_to_maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,7 @@ jobs:
6363
- name: Publish package
6464
run: ./gradlew publishToSonatype closeSonatypeStagingRepository
6565
env:
66+
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
67+
GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
6668
SONATYPE_USERNAME: ${{ secrets.NEXUS_USERNAME }}
6769
SONATYPE_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}

0 commit comments

Comments
 (0)