diff --git a/Cargo.toml b/Cargo.toml index beed4db1..fda803b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,4 +36,6 @@ simple_logger = "1.6" matches = "0.1" [package.metadata.release] +# We want to ensure we don't publish via `cargo release` since Actions +# handles this for us. disable-publish = true