We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a160096 commit 4e239f2Copy full SHA for 4e239f2
.goreleaser.yml
@@ -22,10 +22,10 @@ builds:
22
- arm64
23
binary: docker-credential-env
24
archives:
25
- - format: zip
+ - formats: [zip]
26
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
27
snapshot:
28
- name_template: "{{ .Tag }}-next"
+ version_template: "{{ .Tag }}-next"
29
checksum:
30
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
31
algorithm: sha256
0 commit comments