File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 40
40
# either 'goreleaser' (default) or 'goreleaser-pro'
41
41
distribution : goreleaser
42
42
version : latest
43
- args : release --rm-dist
43
+ args : release --clean
44
44
env :
45
45
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46
46
DEPLOY_GITHUB_TOKEN : ${{ secrets.DEPLOY_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4
4
hooks :
5
5
# You may remove this if you don't use go modules.
6
6
- go mod tidy
7
- # you may remove this if you don't need go generate
8
- - go generate ./...
9
7
builds :
10
8
- env :
11
9
- CGO_ENABLED=0
@@ -16,13 +14,10 @@ builds:
16
14
- windows
17
15
- darwin
18
16
ignore :
19
- - goarch : 386
17
+ - goarch : " 386"
20
18
- goos : windows
21
19
goarch : arm64
22
20
main : ./cmd/protoconf-xds
23
- archives :
24
- - replacements :
25
- 386 : i386
26
21
checksum :
27
22
name_template : " checksums.txt"
28
23
snapshot :
38
33
# Default to project name
39
34
name : protoconf-xds
40
35
41
- tap :
36
+ repository :
42
37
owner : protoconf
43
38
name : homebrew-tap
44
39
You can’t perform that action at this time.
0 commit comments