diff --git a/.github/goreleaser.yml b/.github/goreleaser.yml index 814750ba..1615a793 100644 --- a/.github/goreleaser.yml +++ b/.github/goreleaser.yml @@ -1,3 +1,5 @@ +version: 2 + # Visit https://goreleaser.com for documentation on how to customize this # behavior. #before: @@ -34,7 +36,7 @@ builds: binary: '{{ .ProjectName }}' archives: -- format: "{{ .Env.ARCHIVES_FORMAT }}" +- formats: ["{{ .Env.ARCHIVES_FORMAT }}"] name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}' checksum: @@ -64,4 +66,4 @@ release: prerelease: auto changelog: - skip: true + disable: true