Skip to content

Commit 73b87a8

Browse files
committed
fix: goreleaser
1 parent 3e0a334 commit 73b87a8

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# either 'goreleaser' (default) or 'goreleaser-pro'
4141
distribution: goreleaser
4242
version: latest
43-
args: release --rm-dist
43+
args: release --clean
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
DEPLOY_GITHUB_TOKEN: ${{ secrets.DEPLOY_GITHUB_TOKEN }}

.goreleaser.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ before:
44
hooks:
55
# You may remove this if you don't use go modules.
66
- go mod tidy
7-
# you may remove this if you don't need go generate
8-
- go generate ./...
97
builds:
108
- env:
119
- CGO_ENABLED=0
@@ -16,13 +14,10 @@ builds:
1614
- windows
1715
- darwin
1816
ignore:
19-
- goarch: 386
17+
- goarch: "386"
2018
- goos: windows
2119
goarch: arm64
2220
main: ./cmd/protoconf-xds
23-
archives:
24-
- replacements:
25-
386: i386
2621
checksum:
2722
name_template: "checksums.txt"
2823
snapshot:
@@ -38,7 +33,7 @@ brews:
3833
# Default to project name
3934
name: protoconf-xds
4035

41-
tap:
36+
repository:
4237
owner: protoconf
4338
name: homebrew-tap
4439

0 commit comments

Comments
 (0)