diff --git a/Makefile.toml b/Makefile.toml index 7fa15c72..3f5f573b 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -645,7 +645,14 @@ fi install_crate = { crate_name = "cargo-hack", min_version = "0.6.14" } [tasks.publish-crates] -args = ["workspaces", "publish", "--from-git", "--yes", "--no-git-commit", "skip"] +args = [ + "workspaces", + "publish", + "--from-git", + "--yes", + "--no-git-commit", + "skip", +] command = "cargo" condition = { env_set = ["CARGO_REGISTRY_TOKEN"] } dependencies = ["install-cargo-workspaces"] diff --git a/packages/testing/Cargo.toml b/packages/testing/Cargo.toml index 988cefce..77c0bcc4 100644 --- a/packages/testing/Cargo.toml +++ b/packages/testing/Cargo.toml @@ -2,6 +2,7 @@ authors = ["AXONE"] edition = "2021" name = "testing" +publish = false version = "5.0.0" [dependencies]