Skip to content

Commit ae03624

Browse files
harensLee-W
authored andcommitted
Homebrew Github Action Added
1 parent f00750e commit ae03624

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Publish to Homebrew
2+
3+
on:
4+
push:
5+
tags:
6+
- 'v*'
7+
jobs:
8+
deploy:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout
12+
uses: actions/checkout@v2
13+
- name: Update Homebrew formula
14+
uses: dawidd6/action-homebrew-bump-formula@v3
15+
with:
16+
token: ${{secrets.PERSONAL_ACCESS_TOKEN}}
17+
formula: commitizen

0 commit comments

Comments
 (0)