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 e8acae4 commit 85a93f2
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 @@ -7,7 +7,7 @@ on:
workflow_dispatch: {}

jobs:
publish:
publishToMaven:
runs-on: ubuntu-latest

env:
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
./gradlew publish \
-Psigning.keyId="${{ secrets.SIGNING_KEY_ID }}" \
-Psigning.password="${{ secrets.SIGNING_KEY_PASSWORD }}" \
-Psigning.secretKeyRingFile="${HOME}/.gnupg/secring.gpg"
-Psigning.secretKeyRingFile="${HOME}/.gnupg/pubring.kbx"

0 comments on commit 85a93f2

Please sign in to comment.