Skip to content

Commit

Permalink
bug: save signing key to git config (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejancar authored Jun 19, 2024
1 parent b501a80 commit df7b269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
git_user_signingkey: true
git_commit_gpgsign: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down

0 comments on commit df7b269

Please # to comment.