Skip to content

Commit d4516c7

Browse files
committed
[llvm][release] Mark gh commands in package verify example
1 parent 51d3bc6 commit d4516c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/utils/release/github-upload-release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ def create_release(repo, release, tag=None, name=None, message=None):
7575
7676
If it has a `.jsonl` file, use [gh](https://cli.github.com/manual/gh_attestation_verify) to verify the package:
7777
```
78-
gh attestation verify --repo llvm/llvm-project <package file name>
78+
$ gh attestation verify --repo llvm/llvm-project <package file name>
7979
(if you are able to connect to GitHub)
80-
gh attestation verify --repo llvm/llvm-project <package file name> --bundle <package file name>.jsonl
80+
$ gh attestation verify --repo llvm/llvm-project <package file name> --bundle <package file name>.jsonl
8181
(using attestation file on disk)
8282
```"""
8383
).format(release=release)

0 commit comments

Comments
 (0)