Skip to content

Commit 7ee3746

Browse files
committed
ci: fix broken space/dot in version string
1 parent 5308b84 commit 7ee3746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ archives:
3838
- format: binary
3939
name_template: >-
4040
{{- .ProjectName }}_
41-
{{.Version}}_
41+
{{- .Version}}_
4242
{{- if eq .Os "darwin" }}macOS{{- else }}{{ .Os }}{{ end }}_
4343
{{- if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}

0 commit comments

Comments
 (0)