Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Oct 25, 2022
1 parent 7ad25e4 commit 3dff12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ signs:
- cmd: cosign
signature: "${artifact}.sig"
certificate: "${artifact}.pem"
args: ["sign-blob", "--oidc-issuer=https://token.actions.githubusercontent.com", "--output-signature=${signature}", "${artifact}"]
args: ["sign-blob", "--oidc-issuer=https://token.actions.githubusercontent.com", "--output-certificate=${certificate}", "--output-signature=${signature}", "${artifact}"]
artifacts: all

snapshot:
Expand Down Expand Up @@ -193,7 +193,7 @@ release:
```
cosign verify-blob \
-key https://raw.githubusercontent.com/smallstep/cli/master/cosign.pub \
-cert ~/Download/step_darwin_{{ .Version }}_amd64.tar.gz.pem \
-signature ~/Downloads/step_darwin_{{ .Version }}_amd64.tar.gz.sig
~/Downloads/step_darwin_{{ .Version }}_amd64.tar.gz
```
Expand Down

0 comments on commit 3dff12e

Please sign in to comment.