Skip to content

Commit 378c8ef

Browse files
committed
Added workflow to update the homebrew formula
1 parent 80ee586 commit 378c8ef

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on:
2+
push:
3+
tags: 'v*'
4+
5+
jobs:
6+
homebrew:
7+
name: Bump Homebrew formula
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: mislav/bump-homebrew-formula-action@v3
11+
with:
12+
homebrew-tap: 'vetlewi/homebrew-formula'
13+
formula-name: 'xia2tree'
14+
formula-path: '/'
15+
env:
16+
# the personal access token should have "repo" & "workflow" scopes
17+
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

0 commit comments

Comments
 (0)