We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dfbe47 commit ecdcda1Copy full SHA for ecdcda1
1 file changed
.github/workflows/homebrew-release.yml
@@ -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