Skip to content

Commit

Permalink
use latest for supabase migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ob6160 committed Mar 4, 2024
1 parent c826454 commit 9166f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/supabase-migrations-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: supabase/setup-cli@v1
with:
version: 1.27.7
version: latest

- run: |
supabase link --project-ref $PRODUCTION_PROJECT_ID
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/supabase-migrations-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: supabase/setup-cli@v1
with:
version: 1.27.7
version: latest

- run: |
supabase link --project-ref $STAGE_PROJECT_ID
Expand Down

0 comments on commit 9166f80

Please sign in to comment.