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 6837400c5a
commit 0be941c99b
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -89,6 +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 && \
$(MAKE) github-create-release && \
$(MAKE) github-upload-assets