Skip to content

Commit

Permalink
added fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramn committed Oct 16, 2023
1 parent db685b9 commit 92d3f77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
fingerprint: ${{ secrets.GPG_SIGNING_KEY_ID }}
git_user_signingkey: true
git_commit_gpgsign: true
- run: gpg -K
- name: Setup Maven Central
uses: actions/setup-java@v3
Expand Down

0 comments on commit 92d3f77

Please sign in to comment.