From 2d4619c9a08f56f17d55654998448d849f80f639 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 2 Sep 2022 22:42:13 +0300 Subject: [PATCH] Makefile: properly push public tags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1458c9ff5f..1cecae609f 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,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