mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-19 21:00:52 +08:00
ci(homebrew): add workflow to auto-bump Homebrew formula on release
This commit is contained in:
16
.github/workflows/homebrew.yml
vendored
Normal file
16
.github/workflows/homebrew.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
name: Bump Homebrew formula
|
||||||
|
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [ released ]
|
||||||
|
|
||||||
|
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
|
||||||
Reference in New Issue
Block a user