Skip to content

Commit

Permalink
Merge pull request #178 from sevennt/feature/release-name
Browse files Browse the repository at this point in the history
feat: add version to release binary
  • Loading branch information
sevennt authored Sep 6, 2021
2 parents e579bc0 + 6c5c27c commit 38b4edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ builds:
ldflags:
- -s -w -X main.version={{.Version}}
archives:
- name_template: "protoc-gen-go-errors-{{ .Os }}-{{ .Arch }}"
- name_template: "protoc-gen-go-errors-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
replacements:
darwin: Darwin
linux: Linux
Expand Down

0 comments on commit 38b4edd

Please sign in to comment.