We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d670397 commit 340b7cbCopy full SHA for 340b7cb
1 file changed
.goreleaser.yaml
@@ -32,12 +32,14 @@ signs:
32
args:
33
- sign-blob
34
- '-y'
35
+ - '--verbose'
36
- '--output-certificate=${certificate}'
37
+ - "--output-signature=${signature}"
38
- '--bundle=${signature}'
39
- '${artifact}'
40
artifacts: all
- # Test
- #output: true
41
+ # remove later
42
+ output: true
43
44
sboms:
45
- artifacts: archive
0 commit comments