Skip to content

Commit

Permalink
fix: say yes to all cosign prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jan 16, 2024
1 parent 62f49ea commit a746e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ signs:
- cmd: cosign
stdin: "{{ .Env.COSIGN_PASSWORD }}"
args:
["sign-blob", "--key=cosign.key", "--output=${signature}", "${artifact}"]
["sign-blob", "--yes", "--key=cosign.key", "--output-signature=${signature}", "${artifact}"]
artifacts: all
docker_signs:
- artifacts: all
Expand Down

0 comments on commit a746e93

Please sign in to comment.