Skip to content

Commit 3110130

Browse files
authored
Merge pull request #297 from technologiestiftung/ci/update-supabase-cli
chore: update Supabase CLI version in workflows
2 parents cbb1880 + 36fd4fe commit 3110130

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)