diff --git a/Makefile b/Makefile index 6079522495..182b1a0ca9 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,7 @@ package: \ package-vmstorage 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 && \