feat: github workflow

This commit is contained in:
TaurusXin 2024-01-10 04:46:44 +00:00
parent 2e40815b5a
commit befd8d45ad
1 changed files with 12 additions and 0 deletions

12
.github/workflows/homebrew.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: Homebrew Bump Formula
on:
release:
types: [published]
jobs:
homebrew:
runs-on: macos-latest
steps:
- uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
formula: ncmdump