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 4223fbb commit 9d0f122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Import GPG key
run: echo "$GPG_PRIVATE_KEY" | base64 --decode | gpg --batch --import

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

0 comments on commit 9d0f122

Please sign in to comment.