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