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!