doc: update doc to use released tag v1 (#10)

Signed-off-by: Billy Zha <jinzha1@microsoft.com>
This commit is contained in:
Billy Zha 2023-03-22 16:06:18 +08:00 committed by GitHub
parent c90396b2dd
commit 9f4258048d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Setup the `oras` CLI of the default version:
```yaml
steps:
- uses: oras-project/setup-oras@main
- uses: oras-project/setup-oras@v1
- run: oras version
```
@ -23,7 +23,7 @@ For example, install `oras` version `v1.0.0`.
```yaml
steps:
- uses: oras-project/setup-oras@main
- uses: oras-project/setup-oras@v1
with:
version: 1.0.0
- run: oras version