mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Makefile: properly push public tags
This commit is contained in:
parent
ac98ecdc1d
commit
2d4619c9a0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -170,7 +170,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
|
||||
|
||||
|
|
Loading…
Reference in a new issue