From bdcd57646ee6038be3b5dae2ab6b5c222fb2bcca Mon Sep 17 00:00:00 2001 From: yperbasis Date: Mon, 22 Jul 2024 15:04:49 +0200 Subject: [PATCH] fix goreleaser after update --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6752f600da0..e9b12059ff7 100644 --- a/Makefile +++ b/Makefile @@ -292,7 +292,7 @@ release-dry-run: git-submodules -v `pwd`:/go/src/$(PACKAGE_NAME) \ -w /go/src/$(PACKAGE_NAME) \ ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \ - --clean --skip-validate --skip-publish + --clean --skip=validate --skip=publish .PHONY: release release: git-submodules @@ -307,7 +307,7 @@ release: git-submodules -v `pwd`:/go/src/$(PACKAGE_NAME) \ -w /go/src/$(PACKAGE_NAME) \ ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \ - --clean --skip-validate + --clean --skip=validate @docker image push --all-tags thorax/erigon @docker image push --all-tags ghcr.io/erigontech/erigon