Skip to content

Commit

Permalink
fixing GPG signing part
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarewk committed Jan 20, 2023
1 parent 14db3ce commit 8bf0537
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,10 @@ jobs:
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5.2.0
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
git_user_signingkey: true
git_commit_gpgsign: true

- name: Run goreleaser release
uses: kbst/goreleaser-action@v2
Expand Down

0 comments on commit 8bf0537

Please sign in to comment.