Skip to content

Commit

Permalink
[action] goreleaser github release footer fix missing close braces
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Sep 11, 2021
1 parent 494da3d commit fcf3220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Expand Up @@ -188,8 +188,8 @@ release:
```
cosign verify-blob \
-key https://raw.githubusercontent.com/smallstep/certificates/master/cosign.pub \
-signature ~/Downloads/step-ca_darwin_{{ .Version }_amd64.tar.gz.sig
~/Downloads/step-ca_darwin_{{ .Version }_amd64.tar.gz
-signature ~/Downloads/step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig
~/Downloads/step-ca_darwin_{{ .Version }}_amd64.tar.gz
```
The `checksums.txt` file (in the `Assets` section below) contains a checksum for every artifact in the release.
Expand Down

0 comments on commit fcf3220

Please sign in to comment.