Skip to content

Commit 8612526

Browse files
GH Action to bump brew formula
1 parent 447f9ee commit 8612526

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/homebrew.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Bump Homebrew formula
2+
3+
on:
4+
push:
5+
tags: '*'
6+
7+
jobs:
8+
homebrew:
9+
name: Bump nef formula
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: mislav/bump-homebrew-formula-action@v1
13+
if: "!contains(github.ref, '-')" # skip prereleases
14+
with:
15+
formula-name: nef
16+
env:
17+
COMMITTER_TOKEN: ${{ secrets.COMMITER_HOMEBREW }}

0 commit comments

Comments
 (0)