Skip to content

Commit f3b9409

Browse files
authored
Fix cosign cert filename in verify instructions
1 parent 6ce27d3 commit f3b9409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ release:
197197
198198
```
199199
cosign verify-blob \
200-
--certificate step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig.pem \
200+
--certificate step-ca_darwin_{{ .Version }}_amd64.tar.gz.pem \
201201
--signature step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig \
202202
--certificate-identity-regexp "https://github\.com/smallstep/workflows/.*" \
203203
--certificate-oidc-issuer https://token.actions.githubusercontent.com \

0 commit comments

Comments
 (0)