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

View file

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