Skip to content

Commit f7d8def

Browse files
authored
Merge branch 'main' into fix-cosign-again
2 parents 8b53c8a + e341967 commit f7d8def

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ builds:
2222
signs:
2323
- cmd: cosign
2424
env: [COSIGN_EXPERIMENTAL=1]
25-
signature: ${artifact}.bundle
2625
args:
2726
- sign-blob
28-
- --bundle=${signature}
27+
- --bundle=${signature}.bundle
2928
- ${artifact}
3029
- --yes # needed on cosign 2.0.0+
3130
artifacts: checksum

0 commit comments

Comments
 (0)