From 11af9868e17d7d5984d3de60e4ed245c04f75f16 Mon Sep 17 00:00:00 2001 From: Esteban Borai Date: Tue, 13 Feb 2024 20:31:56 -0300 Subject: [PATCH] fix(cd): use `publish` set to `true` --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 6fdeb5a..74dd068 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -3,7 +3,7 @@ name = "couriers" version = "0.0.0" edition = "2021" authors = ["Esteban Borai "] -publish = false +publish = true [[bin]] name = "couriers"