Fix release automation check on CI for cargo-release 0.20.4

This commit is contained in:
tyranron 2022-04-13 13:34:56 +03:00
parent 7cb602e71b
commit 1a6655e0d7
No known key found for this signature in database
GPG key ID: 762E144FB230A4F0

View file

@ -71,7 +71,7 @@ endif
cargo release -p $(crate) --all-features \
$(if $(call eq,$(exec),yes),\
--no-publish $(if $(call eq,$(push),no),--no-push,) --execute,\
-v $(if $(call eq,$(CI),),,--no-publish)) \
-v $(if $(call eq,$(CI),),,--no-publish --no-push)) \
$(or $(ver),release)