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 2de39b2 commit a3a2921Copy full SHA for a3a2921
.goreleaser.yml
@@ -39,7 +39,8 @@ checksum:
39
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
40
algorithm: sha256
41
signs:
42
- - artifacts: checksum
+ - id: checksum
43
+ artifacts: checksum
44
args:
45
# if you are using this is a GitHub action or some other automated pipeline, you
46
# need to pass the batch flag to indicate its not interactive.
@@ -54,7 +55,8 @@ signs:
54
55
- "${signature}"
56
- "--detach-sign"
57
- "${artifact}"
- - artifacts: archive
58
+ - id: archive
59
+ artifacts: archive
60
61
- "--batch"
62
- "--pinentry-mode"
0 commit comments