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 30177f1 commit 541b9f6Copy full SHA for 541b9f6
.goreleaser.yml
@@ -15,9 +15,9 @@ archives:
15
format_overrides:
16
- goos: windows
17
- format: zip
18
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
+ name_template: '{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}'
19
checksum:
20
- name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
+ name_template: '{{ .ProjectName }}_{{ .Tag }}_SHA256SUMS'
21
algorithm: sha256
22
signs:
23
- artifacts: checksum
0 commit comments