Skip to content

Commit d8327f2

Browse files
authored
Fix signature argument in goreleaser configuration for cosign (#1326)
1 parent d4f5c8c commit d8327f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ signs:
6060
- cmd: cosign
6161
artifacts: checksum
6262
output: true
63+
signature: "${artifact}.bundle"
6364
args:
6465
- sign-blob
65-
- "--bundle=${artifact}.bundle"
66+
- "--bundle=${signature}"
6667
- "${artifact}"
6768
- "--yes"
6869

0 commit comments

Comments
 (0)