Skip to content

Commit

Permalink
ci: fix name_template
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Dec 26, 2020
1 parent 3b82bef commit 7606d1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ archives:
format_overrides:
- goos: windows
format: zip
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
name_template: "{{.ProjectName}}_v{{.Version}}_{{.Os}}-{{.Arch}}"
files:
- README.md
- LICENSE
Expand All @@ -34,3 +34,5 @@ snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
release:
name_template: "{{.ProjectName}} v{{.Version}}"

0 comments on commit 7606d1c

Please sign in to comment.