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 7c2fa1bc48
commit e7635e1c83
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -169,9 +169,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-victoria-metrics \