From 9f4258048d718a6d4177aa556e03459136faf3a3 Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Wed, 22 Mar 2023 16:06:18 +0800 Subject: [PATCH] doc: update doc to use released tag v1 (#10) Signed-off-by: Billy Zha --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9666cf5..69a5f59 100644 --- a/README.md +++ b/README.md @@ -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