From 50a15e826f8fbe93755b0c64c2f3337e4fc6e509 Mon Sep 17 00:00:00 2001 From: Sayan Goswami Date: Sat, 27 Apr 2024 19:12:24 +0100 Subject: [PATCH] update homebew tap --- .github/workflows/release.yml | 2 +- Cargo.toml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 483fd77..f2c2175 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 5cecac2..0f2eb47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 @@ -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)