We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00de37c commit d032e0aCopy full SHA for d032e0a
1 file changed
VERIFY_ATTESTATIONS.md
@@ -26,7 +26,8 @@ The `gh attestation verify` command requires either `--owner` or `--repo` flags
26
Download the release artifacts first:
27
28
```bash
29
-gh release download vX.Y.Z --repo integrations/terraform-provider-github -p "*.zip"
+version="x.y.z"
30
+gh release download "v${version}" --repo integrations/terraform-provider-github -p "*.zip"
31
```
32
33
To verify the artifact attestations for this project, you can run the following command:
0 commit comments