diff --git a/.goreleaser.yml b/.goreleaser.yml index 8e777f164..f4f9d31a5 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -197,7 +197,7 @@ release: ``` cosign verify-blob \ - --certificate step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig.pem \ + --certificate step-ca_darwin_{{ .Version }}_amd64.tar.gz.pem \ --signature step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig \ --certificate-identity-regexp "https://github\.com/smallstep/workflows/.*" \ --certificate-oidc-issuer https://token.actions.githubusercontent.com \