chore: update suggested version of CLI in readme

This commit is contained in:
Han Qiao
2022-11-12 11:44:59 +08:00
committed by GitHub
parent 8d6ef371e3
commit 7c322cd16b

View File

@@ -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: