chore: update tap f3b7edf2
Steve Simkins · 2026-08-07 21:00 2 file(s) · +2 −2
.github/workflows/release.yml +1 −1
293 293
      - uses: actions/checkout@v6
294 294
        with:
295 295
          persist-credentials: true
296 -
          repository: "stevedylandev/cielago"
296 +
          repository: "stevedylandev/homebrew-tap"
297 297
          token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
298 298
      # So we have access to the formula
299 299
      - name: Fetch homebrew formulae
dist-workspace.toml +1 −1
10 10
# The installers to generate for each app
11 11
installers = ["shell", "homebrew"]
12 12
# A GitHub repo to push Homebrew formulas to
13 -
tap = "stevedylandev/cielago"
13 +
tap = "stevedylandev/homebrew-tap"
14 14
# Target platforms to build apps for (Rust target-triple syntax)
15 15
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
16 16
# Path that installers should place binaries in