ci: fix goreleaser config (#5276)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Jakub Panek
2025-06-11 23:43:53 +02:00
committed by GitHub
parent d8506bfa4f
commit d9c6afc648

View File

@@ -1,3 +1,4 @@
version: 2
before: before:
hooks: hooks:
- go mod tidy - go mod tidy
@@ -32,7 +33,7 @@ archives:
{{- if .Arm }}v{{ .Arm }}{{ end }} {{- if .Arm }}v{{ .Arm }}{{ end }}
format_overrides: format_overrides:
- goos: windows - goos: windows
format: zip formats: [zip]
changelog: changelog:
groups: groups:
- title: 'New Features' - title: 'New Features'