We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063bdf1 commit 4787aa6Copy full SHA for 4787aa6
1 file changed
.goreleaser.yml
@@ -64,7 +64,7 @@ archives:
64
checksum:
65
name_template: 'checksums.txt'
66
snapshot:
67
- name_template: "{{ .Tag }}-next"
+ version_template: "{{ .Tag }}-next"
68
signs:
69
- artifacts: checksum
70
args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]
0 commit comments