From 443da7f9a42c137fa554f26e249f05e7d300591a Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Mon, 5 Feb 2024 11:03:08 -0800 Subject: [PATCH] fix: add release version to release artifacts --- .goreleaser.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 2ceda0b2..334304e2 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -27,6 +27,7 @@ archives: # this name template makes the OS and Arch compatible with the results of uname. name_template: >- {{ .ProjectName }}_ + v{{ .Version }}_ {{- title .Os }}_ {{- if eq .Arch "amd64" }}x86_64 {{- else if eq .Arch "386" }}i386