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
This commit is contained in:
Aliaksandr Valialkin 2022-09-02 21:48:00 +03:00
parent 9a1ede0977
commit 298b3c7f45
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -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