diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c9682f..d430720 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -293,7 +293,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: true - repository: "mariocampacci/git-purge" + repository: "mariocampacci/homebrew-tap" token: ${{ secrets.HOMEBREW_TAP_TOKEN }} # So we have access to the formula - name: Fetch homebrew formulae diff --git a/Cargo.toml b/Cargo.toml index 93ba2ac..b948503 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "git-purge" version = "0.1.0" edition = "2024" repository = "https://github.com/mariocampacci/git-purge" +description = "Git extension to purge stale local branches deleted from remote." +homepage = "https://github.com/mariocampacci/git-purge" [dependencies] clap = "4.5.53" diff --git a/dist-workspace.toml b/dist-workspace.toml index 985f67c..0050b22 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -12,7 +12,7 @@ installers = ["shell", "powershell", "npm", "homebrew"] # Target platforms to build apps for (Rust target-triple syntax) targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] # A GitHub repo to push Homebrew formulas to -tap = "mariocampacci/git-purge" +tap = "mariocampacci/homebrew-tap" # Path that installers should place binaries in install-path = "CARGO_HOME" # Publish jobs to run in CI