Skip to content

Commit

Permalink
fix: release check
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Jan 29, 2025
1 parent 050da36 commit a1cbc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a1cbc45

Please sign in to comment.