forked from TrueCloudLab/certificates
[action] goreleaser github release footer fix missing close braces
This commit is contained in:
parent
494da3d668
commit
fcf322023a
1 changed files with 2 additions and 2 deletions
|
@ -188,8 +188,8 @@ release:
|
||||||
```
|
```
|
||||||
cosign verify-blob \
|
cosign verify-blob \
|
||||||
-key https://raw.githubusercontent.com/smallstep/certificates/master/cosign.pub \
|
-key https://raw.githubusercontent.com/smallstep/certificates/master/cosign.pub \
|
||||||
-signature ~/Downloads/step-ca_darwin_{{ .Version }_amd64.tar.gz.sig
|
-signature ~/Downloads/step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig
|
||||||
~/Downloads/step-ca_darwin_{{ .Version }_amd64.tar.gz
|
~/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.
|
The `checksums.txt` file (in the `Assets` section below) contains a checksum for every artifact in the release.
|
||||||
|
|
Loading…
Reference in a new issue