Skip to content

Commit 7efb3f4

Browse files
committed
ci: add bump homebrew formula action
1 parent b4a86a0 commit 7efb3f4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: jasonkarns/create-release@master
12+
13+
homebrew:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: mislav/bump-homebrew-formula-action@v1
17+
with:
18+
formula-name: node-build-aliases
19+
homebrew-tap: manlao/homebrew-tap
20+
env:
21+
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

0 commit comments

Comments
 (0)