diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e075c97..73e9bfe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,10 +26,10 @@ jobs: id: import_gpg uses: crazy-max/ghaction-import-gpg@v5 with: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.PASSPHRASE }} - git-user-signingkey: true - git-commit-gpgsign: true + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} + passphrase: ${{ secrets.GPG_PASSPHRASE }} + git_user_signingkey: true + git_commit_gpgsign: true - name: Run GoReleaser uses: goreleaser/goreleaser-action@v3