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 3602a91 commit 3bc2becCopy full SHA for 3bc2bec
.github/workflows/release_to_maven.yml
@@ -63,5 +63,7 @@ jobs:
63
- name: Publish package
64
run: ./gradlew publishToSonatype closeSonatypeStagingRepository
65
env:
66
+ GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
67
+ GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
68
SONATYPE_USERNAME: ${{ secrets.NEXUS_USERNAME }}
69
SONATYPE_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
0 commit comments