Skip to content

Commit

Permalink
Update goreleaser configuration for cosign.
Browse files Browse the repository at this point in the history
This is to support changes to Cosign's CLI flags.

Signed-off-by: Aaron Jacobs <aaron.jacobs@rstudio.com>
  • Loading branch information
atheriel committed Mar 19, 2024
1 parent 1247b74 commit 77986d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ release:
signs:
- cmd: cosign
signature: "${artifact}.sig"
args: ["sign-blob", "--output=${signature}", "${artifact}"]
args: ["sign-blob", "--output-signature=${signature}", "${artifact}", "--yes"]
artifacts: all
source:
enabled: true

0 comments on commit 77986d4

Please sign in to comment.