Makefile: properly push public tags

This commit is contained in:
Aliaksandr Valialkin 2022-09-02 22:42:13 +03:00
parent ac98ecdc1d
commit 2d4619c9a0
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -170,7 +170,7 @@ publish-release:
git checkout $(TAG)-cluster && $(MAKE) release publish && \ git checkout $(TAG)-cluster && $(MAKE) release publish && \
git checkout $(TAG)-enterprise && $(MAKE) release publish && \ git checkout $(TAG)-enterprise && $(MAKE) release publish && \
git checkout $(TAG)-enterprise-cluster && $(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-create-release && \
$(MAKE) github-upload-assets $(MAKE) github-upload-assets