From 94ac71870e37da774261fa4bf77047ea575378ac Mon Sep 17 00:00:00 2001 From: Zachary Dremann Date: Tue, 9 Apr 2024 15:40:37 -0400 Subject: [PATCH] Fix release --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ab6bb74..f8076db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,8 @@ installers = ["shell", "homebrew"] targets = ["aarch64-apple-darwin", "x86_64-apple-darwin"] # Publish jobs to run in CI pr-run-mode = "plan" +# Allow our custom change to release.yml +allow-dirty = true [profile.release] debug = true