[action] reference correct pub key in cosign example release header

This commit is contained in:
max furman 2021-09-09 16:53:47 -07:00
parent 8a99f7e458
commit 2cce795d8f

View file

@ -168,7 +168,7 @@ release:
```
cosign verify-blob \
-key https://raw.githubusercontent.com/smallstep/cli/master/cosign.pub \
-key https://raw.githubusercontent.com/smallstep/certificates/master/cosign.pub \
-signature ~/Downloads/step-ca_darwin_0.17.2_amd64.tar.gz.sig
~/Downloads/step-ca_darwin_0.17.2_amd64.tar.gz
```