Skip to content

Commit 93a0092

Browse files
committed
chore: fix goreleaser template error
1 parent 0d11081 commit 93a0092

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ builds:
3434

3535
archives:
3636
- format: tar.gz
37-
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ if .Replacements }}{{ index .Replacements .Os }}{{ end }}"
37+
# Standard GoReleaser v2 naming template
38+
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}"
3839
files:
3940
- README.md
4041
- LICENSE

0 commit comments

Comments
 (0)