diff --git a/.goreleaser.yml b/.goreleaser.yml index c91e098b8..a1cc5ee45 100755 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -14,21 +14,21 @@ builds: binary: mbt env: - CGO_ENABLED=0 -archive: - replacements: - darwin: Darwin - linux: Linux - windows: Windows - format: tar.gz - files: - - licence* - - LICENCE* - - license* - - LICENSE* - - readme* - - README* - - changelog* - - CHANGELOG* +archives: + - replacements: + darwin: Darwin + linux: Linux + windows: Windows + format: tar.gz + files: + - licence* + - LICENCE* + - license* + - LICENSE* + - readme* + - README* + - changelog* + - CHANGELOG* dist: dist checksum: name_template: 'checksums.txt'