From 21eede7348a0ff74173fbd24f3cceb8ce746e0a4 Mon Sep 17 00:00:00 2001 From: Owen Rumney Date: Thu, 7 Apr 2022 15:00:40 +0100 Subject: [PATCH] fix: remove duplication of checksum (#1665) --- .goreleaser_github.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.goreleaser_github.yml b/.goreleaser_github.yml index 81aa3c3868..b69f642bbd 100644 --- a/.goreleaser_github.yml +++ b/.goreleaser_github.yml @@ -27,8 +27,6 @@ builds: goarch: - amd64 - arm64 -checksum: - name_template: "{{ .ProjectName }}_checksums.txt" snapshot: name_template: "{{ .Tag }}-next"