Skip to content

Commit 532fec4

Browse files
committed
Fix signing
1 parent e660938 commit 532fec4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release_to_maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545

4646
- name: Build package
4747
run: ./gradlew clean build
48+
env:
49+
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
50+
GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
4851

4952
- name: Publish package
5053
run: ./gradlew publishToSonatype closeSonatypeStagingRepository

0 commit comments

Comments
 (0)