We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3655e commit f2ad352Copy full SHA for f2ad352
.github/workflows/release.yml
@@ -26,4 +26,5 @@ jobs:
26
with:
27
args: release --rm-dist
28
env:
29
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
+ TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
.goreleaser.yaml
@@ -38,6 +38,12 @@ changelog:
38
exclude:
39
- '^docs:'
40
- '^test:'
41
+
42
+brews:
43
+ - repository:
44
+ owner: cocoide
45
+ name: homebrew-tap
46
+ token: "{{ .Env.TAP_GITHUB_TOKEN }}"
47
48
# The lines beneath this are called `modelines`. See `:help modeline`
49
# Feel free to remove those if you don't want/use them.
0 commit comments