mirror of
https://github.com/supabase/setup-cli.git
synced 2026-03-29 17:35:07 +00:00
feat: bump default cli version to 1.178.2 (#287)
* feat: bump default cli version to 1.176.10 * Update action.yml * Update README.md * Update README.md * Update start.yml --------- Co-authored-by: Han Qiao <sweatybridge@gmail.com> Co-authored-by: Han Qiao <qiao@supabase.io>
This commit is contained in:
committed by
GitHub
parent
0f2bd4948b
commit
fe52e8551e
@@ -24,7 +24,7 @@ A specific version of the `supabase` CLI can be installed:
|
||||
steps:
|
||||
- uses: supabase/setup-cli@v1
|
||||
with:
|
||||
version: 1.136.3
|
||||
version: 1.178.2
|
||||
```
|
||||
|
||||
Run `supabase db start` to execute all migrations on a fresh database:
|
||||
@@ -46,7 +46,7 @@ The actions supports the following inputs:
|
||||
|
||||
| Name | Type | Description | Default | Required |
|
||||
| --------- | ------ | ---------------------------------- | --------- | -------- |
|
||||
| `version` | String | Supabase CLI version (or `latest`) | `1.136.3` | false |
|
||||
| `version` | String | Supabase CLI version (or `latest`) | `1.178.2` | false |
|
||||
|
||||
## Advanced Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user