Skip to content

Commit fbe1774

Browse files
authored
Fix goreleaser (#4146)
1 parent 89f821d commit fbe1774

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.goreleaser.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +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}"
47-
- "--bundle=${signature}.bundle"
45+
- "--bundle=${signature}"
4846
- "${artifact}"
4947
- "--yes"
5048

0 commit comments

Comments
 (0)