Skip to content

Commit

Permalink
Fix signing
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Jan 9, 2025
1 parent e660938 commit 532fec4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_to_maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:

- name: Build package
run: ./gradlew clean build
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

- name: Publish package
run: ./gradlew publishToSonatype closeSonatypeStagingRepository
Expand Down

0 comments on commit 532fec4

Please sign in to comment.