Skip to content

Commit a09d312

Browse files
committed
Add homebrew tap config
1 parent c6508e6 commit a09d312

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
steps:
244244
- uses: actions/checkout@v4
245245
with:
246-
repository: "quodlibetor/git-fixup"
246+
repository: "quodlibetor/homebrew-git-fixup"
247247
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
248248
# So we have access to the formula
249249
- name: Fetch local artifacts

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-fixup"
3-
version = "0.1.9-prerelease.3"
3+
version = "0.1.9-prerelease.4"
44
authors = ["Brandon W Maister <[email protected]>"]
55
edition = "2021"
66
default-run = "git-fixup"
@@ -44,9 +44,9 @@ ci = ["github"]
4444
# The installers to generate for each app
4545
installers = ["shell", "npm", "homebrew", "msi"]
4646
# A GitHub repo to push Homebrew formulas to
47-
tap = "quodlibetor/git-fixup"
47+
tap = "quodlibetor/homebrew-git-fixup"
4848
# Target platforms to build apps for (Rust target-triple syntax)
49-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
49+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
5050
# The archive format to use for windows builds (defaults .zip)
5151
windows-archive = ".tar.gz"
5252
# The archive format to use for non-windows builds (defaults .tar.xz)

0 commit comments

Comments
 (0)