diff --git a/scripts/cross-build/cross-build/templates/goreleaser.yml.tmpl b/scripts/cross-build/cross-build/templates/goreleaser.yml.tmpl index 52469e3f..83153ccd 100644 --- a/scripts/cross-build/cross-build/templates/goreleaser.yml.tmpl +++ b/scripts/cross-build/cross-build/templates/goreleaser.yml.tmpl @@ -59,8 +59,8 @@ archives: - LICENSE - CREDITS checksum: - version_template: "{{ .ProjectName }}_v{{ .Version }}_go<< .GoVersion >>_checksums.txt" + name_template: "{{ .ProjectName }}_v{{ .Version }}_go<< .GoVersion >>_checksums.txt" snapshot: - name_template: "{{ .Version }}-snapshot" + version_template: "{{ .Version }}-snapshot" changelog: use: github-native