From 9ad975764535b9753fbcb0c78335f826dbb213c4 Mon Sep 17 00:00:00 2001 From: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> Date: Thu, 16 Mar 2023 08:29:55 -0500 Subject: [PATCH] Increase recordings, switch API, and lower tolerance - 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 e22be2d1651..d2e1bdeb019 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!