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 e660938 commit 532fec4Copy full SHA for 532fec4
.github/workflows/release_to_maven.yml
@@ -45,6 +45,9 @@ jobs:
45
46
- name: Build package
47
run: ./gradlew clean build
48
+ env:
49
+ GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
50
+ GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
51
52
- name: Publish package
53
run: ./gradlew publishToSonatype closeSonatypeStagingRepository
0 commit comments