Skip to content

Commit fef0d0b

Browse files
committed
update goreleaser
1 parent 150c985 commit fef0d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ builds:
77
main: ./cmd/auth
88
goos: [linux, darwin, windows]
99
goarch: [amd64, arm64]
10+
replacements:
11+
darwin: macOS
1012
ldflags:
1113
- -s -w -X main.version={{.Version}}
1214
env:
@@ -22,8 +24,6 @@ archives:
2224

2325
- format: zip
2426
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
25-
replacements:
26-
darwin: macOS
2727
files:
2828
- README.md
2929
- LICENSE

0 commit comments

Comments
 (0)