Actualizar .gitea/workflows/update-types.yml
This commit is contained in:
@@ -22,11 +22,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install Supabase CLI
|
- uses: supabase/setup-cli@v1
|
||||||
run: |
|
with:
|
||||||
curl -L https://github.com/supabase/cli/releases/latest/download/supabase_linux_amd64.tar.gz \
|
version: latest
|
||||||
| tar -xz
|
|
||||||
sudo mv supabase /usr/local/bin/
|
|
||||||
|
|
||||||
- name: Generate database types
|
- name: Generate database types
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user