Skip to content

Commit d032e0a

Browse files
Update VERIFY_ATTESTATIONS.md
Co-authored-by: Steve Hipwell <[email protected]>
1 parent 00de37c commit d032e0a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

VERIFY_ATTESTATIONS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ The `gh attestation verify` command requires either `--owner` or `--repo` flags
2626
Download the release artifacts first:
2727

2828
```bash
29-
gh release download vX.Y.Z --repo integrations/terraform-provider-github -p "*.zip"
29+
version="x.y.z"
30+
gh release download "v${version}" --repo integrations/terraform-provider-github -p "*.zip"
3031
```
3132

3233
To verify the artifact attestations for this project, you can run the following command:

0 commit comments

Comments
 (0)