Skip to content

Commit b6e9f86

Browse files

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ builds:
2626
- -X {{.Env.GO_MODULE_NAME}}/internal/config.BuildDate={{.Date}}
2727

2828
archives:
29-
- format: tar.gz
29+
- formats: tar.gz
3030

3131
# this name template makes the OS and Arch compatible with the results of uname.
3232
name_template: >-
@@ -40,13 +40,13 @@ archives:
4040
# use zip for windows archives
4141
format_overrides:
4242
- goos: windows
43-
format: zip
43+
formats: zip
4444

4545
checksum:
4646
name_template: 'checksums.txt'
4747

4848
snapshot:
49-
name_template: "{{ .Tag }}-next"
49+
version_template: "{{ .Tag }}-next"
5050

5151
changelog:
5252
# Set this to true if you don't want any changelog at all.

0 commit comments

Comments
 (0)