From 5665e2534a039e53bb89521414f4bdbb722729aa Mon Sep 17 00:00:00 2001 From: Zachary Dremann Date: Tue, 9 Apr 2024 20:06:19 -0400 Subject: [PATCH] Deploy homebrew --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12921f8..899592e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,14 @@ 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 +# Skip checking whether the specified configuration files are up to date allow-dirty = ["ci"] +# A GitHub repo to push Homebrew formulas to +tap = "Dr-Emann/homebrew-tap" +# Publish jobs to run in CI +publish-jobs = ["homebrew"] +# Customize the Homebrew formula name +formula = "applesauce" [profile.release] debug = true