Skip to content

Commit

Permalink
📦(Cargo): update homebrew config
Browse files Browse the repository at this point in the history
  • Loading branch information
W-Mai committed Mar 4, 2024
1 parent 9afc5fb commit 1e1a0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: "W-Mai/homebrew-icu"
repository: "W-Mai/homebrew-cellar"
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
# So we have access to the formula
- name: Fetch local artifacts
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ci = ["github"]
# The installers to generate for each app
installers = ["shell", "powershell", "homebrew", "msi"]
# A GitHub repo to push Homebrew formulas to
tap = "W-Mai/homebrew-icu"
tap = "W-Mai/homebrew-cellar"
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# Publish jobs to run in CI
Expand Down

0 comments on commit 1e1a0a6

Please sign in to comment.