Skip to content

Commit f2ad352

Browse files
author
{cocoide}
committed
Update to enable brew-tap
1 parent cc3655e commit f2ad352

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
with:
2727
args: release --rm-dist
2828
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}

.goreleaser.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ changelog:
3838
exclude:
3939
- '^docs:'
4040
- '^test:'
41+
42+
brews:
43+
- repository:
44+
owner: cocoide
45+
name: homebrew-tap
46+
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
4147

4248
# The lines beneath this are called `modelines`. See `:help modeline`
4349
# Feel free to remove those if you don't want/use them.

0 commit comments

Comments
 (0)