Skip to content

Commit

Permalink
Fix signing
Browse files Browse the repository at this point in the history
Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
maxlambrecht committed Feb 17, 2024
1 parent d5a685d commit 4223fbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Publish to Maven Repository
run: |
./gradlew publish \
-PsigningKeyId="${{ secrets.SIGNING_KEY_ID }}" \
-PsigningKeyPassphrase="${{ secrets.SIGNING_KEY_PASSWORD }}" \
-PsigningSecretKeyRingFile="${{ github.workspace }}/.gnupg/secring.gpg"
./gradlew publish \
-Psigning.keyId="${{ secrets.SIGNING_KEY_ID }}" \
-Psigning.password="${{ secrets.SIGNING_KEY_PASSWORD }}" \
-Psigning.secretKeyRingFile="${{ github.workspace }}/.gnupg/secring.gpg"

0 comments on commit 4223fbb

Please sign in to comment.