diff --git a/Makefile b/Makefile index dd2d521..fe7f5bf 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ release-dry-run: -v `pwd`/sysroot:/sysroot \ -w /go/src/$(PACKAGE_NAME) \ ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \ - --clean --skip-validate --skip=publish + --clean --skip=publish,validate .PHONY: release release: