File tree Expand file tree Collapse file tree 2 files changed +23
-21
lines changed Expand file tree Collapse file tree 2 files changed +23
-21
lines changed Original file line number Diff line number Diff line change 24
24
uses : goreleaser/goreleaser-action@v6
25
25
with :
26
26
version : latest
27
- args : release --rm-dist
27
+ args : release --clean
28
28
env :
29
29
GITHUB_TOKEN : ${{ secrets.GH_PAT }}
Original file line number Diff line number Diff line change 1
- build :
2
- binary : jlv
3
- main : ./cmd/jlv
4
- goos :
5
- - windows
6
- - darwin
7
- - linux
8
- goarch :
9
- - " 386"
10
- - amd64
11
- - arm
12
- - arm64
13
- goarm :
14
- - " 6"
15
- ignore :
16
- - goos : darwin
17
- goarch : " 386"
18
- env :
19
- - CGO_ENABLED=0
1
+ version : 2
2
+
3
+ builds :
4
+ - binary : jlv
5
+ main : ./cmd/jlv
6
+ goos :
7
+ - windows
8
+ - darwin
9
+ - linux
10
+ goarch :
11
+ - " 386"
12
+ - amd64
13
+ - arm
14
+ - arm64
15
+ goarm :
16
+ - " 6"
17
+ ignore :
18
+ - goos : darwin
19
+ goarch : " 386"
20
+ env :
21
+ - CGO_ENABLED=0
20
22
21
23
gomod :
22
24
proxy : false
55
57
description : JSON Log Viewer tool.
56
58
license : MIT
57
59
homepage : https://github.com/hedhyw/homebrews
58
- tap :
60
+ repository :
59
61
owner : hedhyw
60
62
name : homebrew-main
61
63
test : system "#{bin}/jlv", "-help"
You can’t perform that action at this time.
0 commit comments