Skip to content

Commit 5cc8a73

Browse files
authored
fix(goreleaser): Fix deprecated config (#599)
1 parent 4d9b35c commit 5cc8a73

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
@@ -17,7 +17,7 @@ builds:
1717
- -X 'github.com/plexsystems/konstraint/internal/commands.version={( .Version })'
1818

1919
archives:
20-
- format: tar.gz
20+
- formats: [ 'tar.gz' ]
2121
# this name template makes the OS and Arch compatible with the results of `uname`.
2222
name_template: >-
2323
{{ .ProjectName }}_
@@ -29,7 +29,7 @@ archives:
2929
# use zip for windows archives
3030
format_overrides:
3131
- goos: windows
32-
format: zip
32+
formats: [ 'zip' ]
3333

3434
changelog:
3535
sort: asc

0 commit comments

Comments
 (0)