From fcf1eb1b67c4e8ecef9dad90f9b52231d36937b5 Mon Sep 17 00:00:00 2001 From: Max Countryman Date: Fri, 14 Aug 2020 10:47:35 -0700 Subject: [PATCH] add a note about cargo release config --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) 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