Skip to content

Commit

Permalink
remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Tappe committed Jul 2, 2024
1 parent 221ccd4 commit 060b3b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}
{{ end -}}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
files:
- LICENSE
nfpms:
Expand Down

0 comments on commit 060b3b3

Please sign in to comment.