Skip to content

Commit

Permalink
fix: signing
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Aug 7, 2023
1 parent 00653aa commit ede2095
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ changelog:

signs:
- cmd: cosign
artifacts: checksum
stdin: ""
args:
- sign-blob
- "--key env://COSIGN_KEY"
- "--key=env://COSIGN_KEY"
- "--yes"
- "--output-signature=${signature}"
- "${artifact}"
4 changes: 2 additions & 2 deletions cosign.pub
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEV4jc3AQOgZABda7cCz0NEyrhi5Bl
ZkugQ36aGWMR4ftQEvX735Qu+7KNEp/wcXOyuclRieQl3FxFIyfHnLuaFg==
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEas6mvMz+aePUy6GEoS0SNQvFjVre
o1NbApHAI11fFW1h6VpDCHroQqtBKZqVT0cG0kGaG0hQlqDfDjJMWgQTsQ==
-----END PUBLIC KEY-----

0 comments on commit ede2095

Please sign in to comment.