diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d8d1db2..1e4658a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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