feat: github workflow
This commit is contained in:
parent
2e40815b5a
commit
befd8d45ad
|
@ -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
|
Loading…
Reference in New Issue