diff --git a/.goreleaser.yml b/.goreleaser.yml index cafb5eb05..e469af091 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -10,7 +10,7 @@ before: - >- {{ if eq .Runtime.Goos "windows" }}echo{{ end }} make manpages GH_VERSION={{.Version}} - >- - {{ if ne .Runtime.Goos "windows" }}echo{{ end }} make completions + {{ if ne .Runtime.Goos "linux" }}echo{{ end }} make completions builds: - id: macos #build:macos