Skip to content

Commit

Permalink
fix: goreleaser signing
Browse files Browse the repository at this point in the history
  • Loading branch information
sudermanjr committed Sep 27, 2024
1 parent 57f1281 commit 190719c
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 @@ -43,7 +43,7 @@ checksum:

signs:
- cmd: cosign
args: ["sign-blob", "--key=hashivault://cosign", "-output-signature=${signature}", "${artifact}"]
args: ["sign-blob", "--yes", "--key=hashivault://cosign", "--output-signature=${signature}", "${artifact}"]
artifacts: checksum

docker_signs:
Expand Down

0 comments on commit 190719c

Please sign in to comment.