From 87c3b3370ab6d5ab3123bfd140eb4c56cdca74ec Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 10 Nov 2024 17:04:05 +0530 Subject: [PATCH] fix use of snapshot arg Signed-off-by: Pranav Singh --- .github/.goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/.goreleaser.yml b/.github/.goreleaser.yml index 7311745ebf..49cf467b3a 100644 --- a/.github/.goreleaser.yml +++ b/.github/.goreleaser.yml @@ -40,7 +40,7 @@ archives: - install-binary.sh snapshot: - version_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Runtime.Goos }}_{{ .Runtime.Goarch }}" + version_template: "{{ .Tag }}-next" checksum: name_template: 'checksums.txt'