diff --git a/Makefile b/Makefile index 31875c24fd..bb421a8256 100644 --- a/Makefile +++ b/Makefile @@ -169,6 +169,7 @@ vmutils-crossbuild: \ vmutils-windows-amd64 publish-release: + rm -rf bin/* git checkout $(TAG) && LATEST_TAG=stable $(MAKE) release publish && \ git checkout $(TAG)-cluster && LATEST_TAG=cluster-stable $(MAKE) release publish && \ git checkout $(TAG)-enterprise && LATEST_TAG=enterprise-stable $(MAKE) release publish && \