From 7204b8a16a44135af9f78df75319d321fe0891c3 Mon Sep 17 00:00:00 2001 From: Zachary Dremann Date: Tue, 9 Apr 2024 15:44:06 -0400 Subject: [PATCH] Try again --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8076db..12921f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ 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 +allow-dirty = ["ci"] [profile.release] debug = true