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 8ba97ab commit 3bdb604Copy full SHA for 3bdb604
1 file changed
.goreleaser.yaml
@@ -1,4 +1,5 @@
1
# .goreleaser.yaml
2
+version: 2
3
project_name: vfox
4
5
before:
@@ -190,13 +191,12 @@ nfpms:
190
191
192
signs:
193
- cmd: cosign
- certificate: "${artifact}.pem"
194
+ signature: "${artifact}.sigstore.json"
195
output: true
196
artifacts: checksum
197
args:
198
- sign-blob
- - "--output-certificate=${certificate}"
199
- - "--output-signature=${signature}"
+ - "--bundle=${signature}"
200
- "${artifact}"
201
- --yes
202
0 commit comments