diff --git a/.github/.goreleaser.yml b/.github/.goreleaser.yml index 47e447e29a..893baab8d5 100644 --- a/.github/.goreleaser.yml +++ b/.github/.goreleaser.yml @@ -45,14 +45,3 @@ snapshot: checksum: name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS' algorithm: sha256 - -signs: - - artifacts: checksum - args: - - "--batch" - - "--local-user" - - "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key - - "--output" - - "${signature}" - - "--detach-sign" - - "${artifact}" \ No newline at end of file