Skip to content

Commit 4b8cc9a

Browse files
authored
Migrate goreleaser to use the proper cosign arguments (#1564)
Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>
1 parent 22485d5 commit 4b8cc9a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ signs:
3131
args:
3232
- "sign-blob"
3333
- "--key=/tmp/cosign.key"
34-
- "--output=${signature}"
34+
- "--output-signature=${signature}"
3535
- "${artifact}"
3636
- "--yes"
3737
artifacts: all
38-

0 commit comments

Comments
 (0)