Skip to content

docs: canonical download figure — 100,000+, linked to the milestone r… #10

docs: canonical download figure — 100,000+, linked to the milestone r…

docs: canonical download figure — 100,000+, linked to the milestone r… #10

Workflow file for this run

name: Update Homebrew
on:
push:
tags: ["v*"]
jobs:
homebrew:
runs-on: ubuntu-latest
steps:
- name: Update Homebrew formula
run: |
VERSION="${GITHUB_REF#refs/tags/v}"
gh workflow run update-formula.yml \
-R Wolfe-Jam/homebrew-faf \
-f formula=faf-mcp \
-f version=$VERSION \
-f npm_package=faf-mcp
env:
GH_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}