From a1cbc45d2f0efed263419a4260f3b92fa6d1f233 Mon Sep 17 00:00:00 2001 From: Farhad Shabani Date: Wed, 29 Jan 2025 08:24:46 -0800 Subject: [PATCH] fix: release check --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b396909e8..9284cf9f9 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ test: ## Run tests with all features and without default features. cargo test --all-targets --no-default-features --no-fail-fast --release check-release: ## Check that the release build compiles. - cargo release --workspace --no-push --no-tag \ + cargo release --workspace --no-push --no-tag --no-publish \ --exclude ibc-derive release: ## Perform an actual release and publishes to crates.io.