diff --git a/Makefile b/Makefile
index 0ed2ae20b..3a444e111 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ publish-release:
 		git checkout $(TAG)-cluster && $(MAKE) release publish && \
 		git checkout $(TAG)-enterprise && $(MAKE) release publish && \
 		git checkout $(TAG)-enterprise-cluster && $(MAKE) release publish && \
-		git checkout $(TAG) && git push $(TAG) && git push $(TAG)-cluster && \
+		git checkout $(TAG) && git push public $(TAG) && git push public $(TAG)-cluster && \
 		$(MAKE) github-create-release && \
 		$(MAKE) github-upload-assets