diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 49729f9..6f2ad44 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -6,11 +6,10 @@ before: - go generate ./... builds: - - env: - - CGO_ENABLED=0 + - id: build goos: - - linux - windows + - linux - darwin goarch: - amd64 @@ -39,9 +38,6 @@ changelog: checksum: name_template: "checksums.txt" -snapshot: - name_template: "{{ .Tag }}-{{ .ShortCommit }}" - release: github: owner: leandrodaf