Skip to content

Commit

Permalink
trim leading .
Browse files Browse the repository at this point in the history
  • Loading branch information
drlau committed Apr 4, 2024
1 parent a45b52d commit 66d9ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ archives:
- format: tar.gz
name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{ trimprefix .Version "." }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit 66d9ff9

Please sign in to comment.