From 855e5fe28a03e9e49b5f2f0a61486d433e6a306a Mon Sep 17 00:00:00 2001 From: Utku Ozdemir <uoz@protonmail.com> Date: Sun, 12 Dec 2021 14:20:01 +0100 Subject: [PATCH] refactor: fix typo Signed-off-by: Utku Ozdemir <uoz@protonmail.com> --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 3c7dc29f..9794f4da 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -29,7 +29,7 @@ builds: archives: - id: pv-migrate-archive - # default name template except we ise .Tag instead of .Version to keep the "v" prefix + # default name template except we use .Tag instead of .Version to keep the "v" prefix name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}" builds: - pv-migrate -- GitLab