mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
Makefile: cleanup bin/ directory at the beginning of make publish-release
command
This is needed in order to prevent from non-build artifacts to be uploaded to Github release page
This commit is contained in:
parent
761510c054
commit
aabc4dc492
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -174,6 +174,7 @@ vmutils-crossbuild: \
|
|||
vmutils-windows-amd64
|
||||
|
||||
publish-release:
|
||||
rm -rf bin/*
|
||||
git checkout $(TAG) && LATEST_TAG=stable $(MAKE) release publish && \
|
||||
git checkout $(TAG)-cluster && LATEST_TAG=cluster-stable $(MAKE) release publish && \
|
||||
git checkout $(TAG)-enterprise && LATEST_TAG=enterprise-stable $(MAKE) release publish && \
|
||||
|
|
Loading…
Reference in a new issue