Skip to content

Commit e2ddc9d

Browse files
committed
fix(goreleaser): Fix deprecation on format -> formats
https://goreleaser.com/deprecations/#archivesformat Signed-off-by: Bryan Hundven <[email protected]>
1 parent 9d021bf commit e2ddc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ archives:
2727
{{- if .Arm }}v{{ .Arm }}{{ end -}}
2828
format_overrides:
2929
- goos: windows
30-
format: zip
30+
formats: [zip]
3131
checksum:
3232
name_template: 'SHA256SUMS'
3333
release:

0 commit comments

Comments
 (0)