Skip to content

Commit ecdcda1

Browse files
committed
feat: publish to homebrew
1 parent 8dfbe47 commit ecdcda1

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Publish to Homebrew
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
homebrew:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Release to Homebrew
12+
uses: Justintime50/homebrew-releaser@v3
13+
with:
14+
# The name of your tool
15+
homebrew_owner: dirathea
16+
homebrew_tap: homebrew-sstart
17+
formula_folder: Formula
18+
github_token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
19+
20+
# Specifics for sstart
21+
install: 'bin.install "sstart"'

0 commit comments

Comments
 (0)