Skip to content

Commit 2373a52

Browse files
author
Jens Winter-Huebenthal
committed
update supabase version
skip ci
1 parent 3b29755 commit 2373a52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-to-supabase-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: supabase/setup-cli@v1
2424
with:
25-
version: 1.142.2
25+
version: 2.19.7
2626

2727
- run: |
2828
supabase link --project-ref $PRODUCTION_PROJECT_ID

.github/workflows/deploy-to-supabase-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: supabase/setup-cli@v1
2424
with:
25-
version: 1.142.2
25+
version: 2.19.7
2626

2727
- run: |
2828
supabase link --project-ref $STAGING_PROJECT_ID

0 commit comments

Comments
 (0)