Files
CLIProxyAPI/.github/workflows/homebrew.yml
Luis Pater 5546c9d872
Some checks failed
docker-image / docker (push) Has been cancelled
Bump Homebrew formula / Bump Homebrew formula (push) Has been cancelled
goreleaser / goreleaser (push) Has been cancelled
ci(homebrew): trigger workflow on tag push instead of release event
2025-10-07 23:06:47 +08:00

16 lines
327 B
YAML

name: Bump Homebrew formula
on:
push:
tags: '*'
jobs:
homebrew:
name: Bump Homebrew formula
runs-on: ubuntu-latest
steps:
- name: Update Homebrew Formula
uses: dawidd6/action-homebrew-bump-formula@v5
with:
token: ${{ secrets.HOMEBREW_TOKEN }}
formula: cliproxyapi