Actualizar .gitea/workflows/update-types.yml
Deploy Function / deploy (push) Successful in 23s
Deploy Migrations to Production / deploy (push) Successful in 10s

This commit is contained in:
2026-03-10 21:39:08 +00:00
parent ff655e5598
commit 241c46a1b8
+3 -5
View File
@@ -22,11 +22,9 @@ jobs:
with:
fetch-depth: 0
- name: Install Supabase CLI
run: |
curl -L https://github.com/supabase/cli/releases/latest/download/supabase_linux_amd64.tar.gz \
| tar -xz
sudo mv supabase /usr/local/bin/
- uses: supabase/setup-cli@v1
with:
version: latest
- name: Generate database types
run: |