Fix release automation check on CI for cargo-release
0.20.4
This commit is contained in:
parent
7cb602e71b
commit
1a6655e0d7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue