From 298b3c7f45a5e524c64f0122aeabfd10296b3f4a Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 2 Sep 2022 21:48:00 +0300 Subject: [PATCH] Makefile: push v1.xx.y and v1.xx.y-cluster tags to github before creating the v1.xx.y release at github Otherwise Github creates the v1.xx.y tag on itself when creating the release --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 04705006f0..1458c9ff5f 100644 --- a/Makefile +++ b/Makefile @@ -170,6 +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 && \ $(MAKE) github-create-release && \ $(MAKE) github-upload-assets