From 98316298749fdd62d3cc99423baec45ae11af662 Mon Sep 17 00:00:00 2001 From: Naveen <172697+naveensrinivasan@users.noreply.github.com> Date: Thu, 16 Mar 2023 12:45:25 -0500 Subject: [PATCH] Increase recordings, switch API, and lower tolerance (#2760) - Remove GPG signing from .goreleaser.yml - Set `skip` parameter to `false` in .goreleaser.yml [.goreleaser.yml] - Remove the GPG signing from the .goreleaser.yml file - Change the `skip` parameter to `false` in the .goreleaser.yml file Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> --- .goreleaser.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index e22be2d1..d2e1bdeb 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -97,10 +97,6 @@ changelog: # Set it to true if you wish to skip the changelog generation. # This may result in an empty release notes on GitHub/GitLab/Gitea. skip: false -signs: - - artifacts: checksum - args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"] - release: footer: | ### Thanks for all contributors!