From 6fe1f895f0216714dee58815492ffe5209b19e03 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin <valyala@victoriametrics.com> 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 0ed2ae20b1..3a444e111b 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