Skip to content

Commit 4e239f2

Browse files
committed
ci(goreleaser): address config deprecations
1 parent a160096 commit 4e239f2

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
@@ -22,10 +22,10 @@ builds:
2222
- arm64
2323
binary: docker-credential-env
2424
archives:
25-
- format: zip
25+
- formats: [zip]
2626
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
2727
snapshot:
28-
name_template: "{{ .Tag }}-next"
28+
version_template: "{{ .Tag }}-next"
2929
checksum:
3030
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
3131
algorithm: sha256

0 commit comments

Comments
 (0)