diff --git a/Makefile b/Makefile
index c96734c1ac..400d6c0d11 100644
--- a/Makefile
+++ b/Makefile
@@ -88,9 +88,7 @@ publish-release:
 	git checkout $(TAG) && $(MAKE) release publish && \
 		git checkout $(TAG)-cluster && $(MAKE) release publish && \
 		git checkout $(TAG)-enterprise && $(MAKE) release publish && \
-		git checkout $(TAG)-enterprise-cluster && $(MAKE) release publish && \
-		$(MAKE) github-create-release && \
-		$(MAKE) github-upload-assets
+		git checkout $(TAG)-enterprise-cluster && $(MAKE) release publish
 
 release: \
 	release-vmcluster