Makefile: remove package-base dependency from publish rule, since this dep is set inside all the publish-* dependencies

This is a follow-up for d4099a75be
This commit is contained in:
Aliaksandr Valialkin
2023-11-15 12:22:37 +01:00
parent 7b2e2a23c2
commit ef2113e5df

View File

@@ -34,7 +34,7 @@ all: \
clean:
rm -rf bin/*
publish: package-base \
publish: \
publish-victoria-metrics \
publish-vmagent \
publish-vmalert \