Skip to content

Commit 6e89ca0

Browse files
committed
ci: update Supabase CLI version to 2.20.3 in workflows and .tool-versions
- Bumped Supabase CLI version from 2.19.7 to 2.20.3 in both production and staging deployment workflows. - Updated .tool-versions file accordingly.
1 parent c923b5c commit 6e89ca0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 2.19.7
25+
version: 2.20.3
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: 2.19.7
25+
version: 2.20.3
2626

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

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
supabase-cli 2.19.7
1+
supabase-cli 2.20.3
22
direnv 2.35.0

0 commit comments

Comments
 (0)