Makefile: remove github-create-release and github-upload-assets commands from publish-release

This is a follow-up for b9231c715a
This commit is contained in:
Aliaksandr Valialkin 2022-09-08 21:02:11 +03:00
parent 7ffd3ae1ff
commit 21d608b210
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -88,9 +88,7 @@ publish-release:
git checkout $(TAG) && $(MAKE) release publish && \
git checkout $(TAG)-cluster && $(MAKE) release publish && \
git checkout $(TAG)-enterprise && $(MAKE) release publish && \
git checkout $(TAG)-enterprise-cluster && $(MAKE) release publish && \
$(MAKE) github-create-release && \
$(MAKE) github-upload-assets
git checkout $(TAG)-enterprise-cluster && $(MAKE) release publish
release: \
release-vmcluster