Skip to content

Commit

Permalink
try that again
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramn committed Oct 16, 2023
1 parent ff1a7d4 commit 7583c32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo '${{ env.GPG_SIGNING_KEY_ID }}'
- name: Setup GPG Signing Key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
fingerprint: ${{ env.GPG_SIGNING_KEY_ID }}
fingerprint: 985E1B6AEBD22EBD083E37FD02F5F7011164C342 # ${{ env.GPG_SIGNING_KEY_ID }}
git_user_signingkey: true
git_commit_gpgsign: true
git_config_global: true
Expand Down

0 comments on commit 7583c32

Please sign in to comment.