diff --git a/.github/.goreleaser.yml b/.github/.goreleaser.yml index 866e03f783..7311745ebf 100644 --- a/.github/.goreleaser.yml +++ b/.github/.goreleaser.yml @@ -40,11 +40,10 @@ archives: - install-binary.sh snapshot: - name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Runtime.Goos }}_{{ .Runtime.Goarch }}" + version_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Runtime.Goos }}_{{ .Runtime.Goarch }}" checksum: - name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS' - algorithm: sha256 + name_template: 'checksums.txt' changelog: sort: asc