Skip to content

Commit 8eaf835

Browse files
committed
fix(goreleaser): fix a deprecation warning
1 parent cd08622 commit 8eaf835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ archives:
4343
- completion/**/*
4444
format_overrides:
4545
- goos: windows
46-
format: zip
46+
formats: [zip]
4747

4848
release:
4949
draft: true

0 commit comments

Comments
 (0)