diff --git a/Makefile b/Makefile index 4bbacc1..08260f9 100644 --- a/Makefile +++ b/Makefile @@ -44,16 +44,15 @@ release: -e CGO_ENABLED=1 \ -e GITHUB_TOKEN=${GITHUB_TOKEN} \ goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \ - release --clean + release --rm-dist release-snapshot: docker run \ --rm \ --platform=linux/amd64 \ - -v /tmp:/tmp \ -v "$(CURDIR)":/go/src/$(PACKAGE_NAME) \ -w /go/src/$(PACKAGE_NAME) \ -e CGO_ENABLED=1 \ -e GITHUB_TOKEN=${GITHUB_TOKEN} \ goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \ - release --clean --snapshot + release --rm-dist --snapshot