Skip to content

Commit

Permalink
update homebew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
say4n committed Apr 27, 2024
1 parent 38af815 commit 50a15e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: "say4n/homebrew-say4n"
repository: "say4n/homebrew-tap"
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
# So we have access to the formula
- name: Fetch local artifacts
Expand Down
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[package]
name = "jf"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
repository = "https://github.com/say4n/jf/"
description = "flatten them json"
license = "MIT"
authors = ["say4n"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -24,9 +25,9 @@ cargo-dist-version = "0.13.3"
# CI backends to support
ci = ["github"]
# The installers to generate for each app
installers = ["shell", "powershell", "npm", "homebrew"]
installers = ["shell", "powershell", "homebrew"]
# A GitHub repo to push Homebrew formulas to
tap = "say4n/homebrew-say4n"
tap = "say4n/homebrew-tap"
# 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"]
# The archive format to use for windows builds (defaults .zip)
Expand Down

0 comments on commit 50a15e8

Please sign in to comment.