Skip to content

Commit 72bed80

Browse files
authored
chore: fix GoReleaser config for version 2 (#349)
1 parent 87755fc commit 72bed80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy