Skip to content

Commit 97cafd6

Browse files
committed
Fixing gorelease issues
1 parent 3b2f1c7 commit 97cafd6

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
@@ -28,7 +28,7 @@ builds:
2828
- -s -w -X main.version={{.Version}}
2929

3030
archives:
31-
- formats: [tar.gz]
31+
- format: tar.gz
3232
# this name template makes the OS and Arch compatible with the results of `uname`.
3333
name_template: >-
3434
{{ .ProjectName }}_
@@ -40,7 +40,7 @@ archives:
4040
# use zip for windows archives
4141
format_overrides:
4242
- goos: windows
43-
formats: [zip]
43+
format: zip
4444

4545
changelog:
4646
sort: asc

0 commit comments

Comments
 (0)