From ecf7faa31e2ab3257cef016ee1356326ae9e875b Mon Sep 17 00:00:00 2001 From: Noboru Saito Date: Sat, 12 Oct 2024 08:02:09 +0900 Subject: [PATCH] Fix the issue where the version contains "-1" Change package name including version to goreleaser standard. Fix #636. --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4b3831f4..c85b792a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -55,7 +55,7 @@ archives: nfpms: - id: ov-nfpms - file_name_template: "{{ .ProjectName }}_{{ .Version }}-1_{{ .Arch }}" + file_name_template: "{{ .ConventionalFileName }}" builds: - ov-linux homepage: https://github.com/noborus/ov