Skip to content

Commit c64b825

Browse files
committed
Fix GoReleaser config for consistency
1 parent 87755fc commit c64b825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .goreleaser.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ builds:
3131
goarch: '386'
3232
binary: '{{ .ProjectName }}_v{{ .Version }}'
3333
archives:
34-
- format: zip
34+
- formats: [ zip ]
3535
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3636
checksum:
3737
extra_files:
@@ -58,7 +58,7 @@ release:
5858
# If you want to manually examine the release before its live, uncomment this line:
5959
# draft: true
6060
prerelease: auto
61-
make_latest: {{ not .Prerelease }}
61+
make_latest: '{{ not .Prerelease }}'
6262
changelog:
6363
# see https://goreleaser.com/customization/changelog/
6464
use: github-native

0 commit comments

Comments
 (0)