From 1a6655e0d71f72d5ff503f1f9e57024cfb297713 Mon Sep 17 00:00:00 2001 From: tyranron <tyranron@gmail.com> Date: Wed, 13 Apr 2022 13:34:56 +0300 Subject: [PATCH] Fix release automation check on CI for `cargo-release` 0.20.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6a566bf..4f3d986b 100644 --- a/Makefile +++ b/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)