feat: support downloading the latest version automatically (#70)

This commit is contained in:
y-yagi
2022-10-12 01:11:00 +09:00
committed by GitHub
parent 5bbd04f5b6
commit ebf970dfe2
8 changed files with 90 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ Since Supabase CLI relies on Docker Engine API, additional setup may be required
The actions supports the following inputs:
- `version`: The version of `supabase` to install, defaulting to `1.0.0`
- `version`: The version of `supabase` to install, defaulting to `1.0.0`. You can also specify `latest` to use the latest version.
## Advanced Usage