From 7c322cd16b658eecf1271175e9ea8e408e0e46e0 Mon Sep 17 00:00:00 2001 From: Han Qiao Date: Sat, 12 Nov 2022 11:44:59 +0800 Subject: [PATCH] chore: update suggested version of CLI in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 207c6a7..dc2538f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Run `supabase start` to execute all migrations on a fresh database: steps: - uses: supabase/setup-cli@v1 with: - version: 1.0.0 + version: 1.12.2 - run: supabase init - run: supabase start ``` @@ -134,7 +134,7 @@ You can now validate the action by referencing `./` in a workflow in your repo ( ```yaml uses: ./ with: - version: 1.0.0 + version: 1.12.2 ``` See the [actions tab](https://github.com/actions/typescript-action/actions) for runs of this action! :rocket: