From 47447296c0c4faa1c83bb0d2aea3b456a276085b Mon Sep 17 00:00:00 2001 From: Arun Murugan Date: Tue, 14 Dec 2021 15:14:11 +0530 Subject: [PATCH] update goreleaser config --- .goreleaser.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 613f570..22162bd 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,7 +22,4 @@ changelog: filters: exclude: - '^docs:' - - '^test:' -signs: - - artifacts: checksum - args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"] + - '^test:' \ No newline at end of file