Skip to content

Commit

Permalink
Output certificate as part of frizbee release
Browse files Browse the repository at this point in the history
This adds the cert as part of the release.

Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
  • Loading branch information
JAORMX committed Aug 20, 2024
1 parent d46cf74 commit 8235419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ signs:
args:
- "sign-blob"
- "--output-signature=${signature}"
- "--output-certificate=${certificate}"
- "${artifact}"
- "--yes" # needed on cosign 2.0.0+
artifacts: archive
Expand Down

0 comments on commit 8235419

Please sign in to comment.