Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit e2b69a6

Browse files
authored
Merge pull request #2441 from thedadams/yes-cosign
chore: update cosign arguments
2 parents 7e4f128 + d970152 commit e2b69a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ signs:
6767
cmd: cosign
6868
stdin: "{{ .Env.COSIGN_PASSWORD }}"
6969
args:
70-
["sign-blob", "--key=cosign.key", "--output=${signature}", "${artifact}"]
70+
["sign-blob", "--key=cosign.key", "--output-signature=${signature}", "${artifact}", "--yes"]
7171
artifacts: checksum
7272

7373
changelog:

0 commit comments

Comments
 (0)