Skip to content

Commit

Permalink
ci(central): set GPG import to use global git config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jan 26, 2024
1 parent 5d9baf1 commit 474e983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven-central-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
git_config_global: true
git_user_signingkey: true
git_commit_gpgsign: true
- name: Commit & Push changes
Expand Down

0 comments on commit 474e983

Please sign in to comment.