From 4ab27e81185d3d6641bf3b0a92a40fc704da80e3 Mon Sep 17 00:00:00 2001 From: Quentin Rousseau Date: Tue, 27 Aug 2024 22:25:08 -0700 Subject: [PATCH] version_template --- deployment-templates/.goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment-templates/.goreleaser.yml b/deployment-templates/.goreleaser.yml index c67301f..1c7462f 100644 --- a/deployment-templates/.goreleaser.yml +++ b/deployment-templates/.goreleaser.yml @@ -26,4 +26,4 @@ release: disable: false prerelease: auto snapshot: - name_template: '{{ .Tag }}-SNAPSHOT' + version_template: '{{ .Tag }}-SNAPSHOT'