Skip to content

feat: v6.0.14 — Skills Ecosystem Integration #9

feat: v6.0.14 — Skills Ecosystem Integration

feat: v6.0.14 — Skills Ecosystem Integration #9

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-cli \
-f version=$VERSION \
-f npm_package=faf-cli
env:
GH_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}