Skip to content

Commit

Permalink
Deploy homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Emann committed Apr 10, 2024
1 parent b3ea419 commit 5665e25
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5665e25

Please sign in to comment.