diff --git a/Makefile b/Makefile index fc0c7cf1d6..9dc1858389 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