From 50ee9de50c7d73f5602f36f8cda346d688fc01b3 Mon Sep 17 00:00:00 2001 From: francisco souza <108725+fsouza@users.noreply.github.com> Date: Sun, 22 Sep 2024 12:04:38 -0400 Subject: [PATCH] ci: update goreleaser config Fix deprecation warning. --- ci/.goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/.goreleaser.yml b/ci/.goreleaser.yml index 3bdf36779d..dc53dbb930 100644 --- a/ci/.goreleaser.yml +++ b/ci/.goreleaser.yml @@ -22,6 +22,6 @@ archives: checksum: name_template: "checksums.txt" snapshot: - name_template: "{{ .Tag }}-next" + version_template: "{{ .Tag }}-next" changelog: use: github-native