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 66f2fcd commit 3d71eb4
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 @@ -13,8 +13,8 @@ jobs:
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
GPG_PRIVATE_KEY: ${{ secrets.PGP_PRIVATE_KEY }}
SIGNING_KEY_PASSWORD: ${{ secrets.PGP_KEY_PASSPHRASE}}
PGP_PRIVATE_KEY: ${{ secrets.PGP_PRIVATE_KEY }}
PGP_KEY_PASSPHRASE: ${{ secrets.PGP_KEY_PASSPHRASE}}

steps:
- name: Checkout code
Expand Down

0 comments on commit 3d71eb4

Please sign in to comment.