Skip to content

Commit 03d783c

Browse files
authored
Add the goreleaser fix from release branch (#4147)
1 parent 385847b commit 03d783c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.goreleaser.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ signs:
3939
- cmd: cosign
4040
artifacts: checksum
4141
output: true
42-
certificate: "${artifact}.pem"
42+
signature: "${artifact}.sig.bundle"
4343
args:
4444
- sign-blob
45-
- "--output-signature=${signature}"
46-
- "--output-certificate=${certificate}"
45+
- "--bundle=${signature}"
4746
- "${artifact}"
4847
- "--yes"
4948

0 commit comments

Comments
 (0)