Skip to content

Commit d9c6afc

Browse files
panekjmergify[bot]
andauthored
ci: fix goreleaser config (#5276)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent d8506bf commit d9c6afc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
before:
23
hooks:
34
- go mod tidy
@@ -32,7 +33,7 @@ archives:
3233
{{- if .Arm }}v{{ .Arm }}{{ end }}
3334
format_overrides:
3435
- goos: windows
35-
format: zip
36+
formats: [zip]
3637
changelog:
3738
groups:
3839
- title: 'New Features'

0 commit comments

Comments
 (0)