diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8e4b591..4cc34d3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,6 +31,7 @@ jobs: with: gpg_private_key: ${{ secrets.GPG_KEY }} fingerprint: ${{ secrets.GPG_FINGERPRINT }} + passphrase: ${{ secrets.GPG_PASSPHRASE }} - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: diff --git a/.goreleaser.yml b/.goreleaser.yml index 7be5a4e..fc9baef 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -44,8 +44,6 @@ signs: args: # if you are using this in a GitHub action or some other automated pipeline, you # need to pass the batch flag to indicate its not interactive. - - "--batch" - - "--no-tty" - "--local-user" - "{{ .Env.GPG_FINGERPRINT }}" - "--output"