Skip to content

Commit

Permalink
Add homebrew tap config
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor committed Feb 16, 2024
1 parent c6508e6 commit a09d312
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: "quodlibetor/git-fixup"
repository: "quodlibetor/homebrew-git-fixup"
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.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-fixup"
version = "0.1.9-prerelease.3"
version = "0.1.9-prerelease.4"
authors = ["Brandon W Maister <[email protected]>"]
edition = "2021"
default-run = "git-fixup"
Expand Down Expand Up @@ -44,9 +44,9 @@ ci = ["github"]
# The installers to generate for each app
installers = ["shell", "npm", "homebrew", "msi"]
# A GitHub repo to push Homebrew formulas to
tap = "quodlibetor/git-fixup"
tap = "quodlibetor/homebrew-git-fixup"
# 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-unknown-linux-musl", "x86_64-pc-windows-msvc"]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
# The archive format to use for windows builds (defaults .zip)
windows-archive = ".tar.gz"
# The archive format to use for non-windows builds (defaults .tar.xz)
Expand Down

0 comments on commit a09d312

Please sign in to comment.