mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
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:
parent
7c2fa1bc48
commit
e7635e1c83
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -169,9 +169,7 @@ publish-release:
|
||||||
git checkout $(TAG) && $(MAKE) release publish && \
|
git checkout $(TAG) && $(MAKE) release publish && \
|
||||||
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
|
||||||
$(MAKE) github-create-release && \
|
|
||||||
$(MAKE) github-upload-assets
|
|
||||||
|
|
||||||
release: \
|
release: \
|
||||||
release-victoria-metrics \
|
release-victoria-metrics \
|
||||||
|
|
Loading…
Reference in a new issue