Makefile: properly push public tags

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

View file

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