File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 20
20
- name : Run GoReleaser
21
21
uses : goreleaser/goreleaser-action@v6
22
22
with :
23
- version : latest
23
+ version : ' ~> v2 '
24
24
args : release --clean
25
25
env :
26
26
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
1
+ version : 2
1
2
builds :
2
3
- env :
3
4
- CGO_ENABLED=0
@@ -15,11 +16,12 @@ changelog:
15
16
- Merge remote-tracking branch
16
17
- Merge branch
17
18
brews :
18
- - tap :
19
+ - repository :
19
20
owner : bayashi
20
21
name : homebrew-tap
21
22
token : " {{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
22
- folder : Formula
23
+ license : " MIT"
24
+ directory : Formula
23
25
homepage : https://github.com/bayashi/highlightrepo
24
26
description : highlightrepo provides a filter to highlight repository directory in a path string.
25
27
test : |
You can’t perform that action at this time.
0 commit comments