Skip to content

Commit 7ca4586

Browse files
fix: [ci-fix] pin supabase CLI to v2.99.0 instead of latest
The supabase/setup-cli@v2 action with version: latest returns HTTP 404 when resolving the download URL. Pinning to the current release (2.99.0) avoids the transient resolution failure. Co-authored-by: Ona <no-reply@ona.com>
1 parent 1d47b54 commit 7ca4586

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-migrations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: supabase/setup-cli@v2
4646
if: steps.check-secrets.outputs.skip == 'false'
4747
with:
48-
version: latest
48+
version: 2.99.0
4949

5050
- name: Link staging project
5151
if: steps.check-secrets.outputs.skip == 'false'
@@ -76,7 +76,7 @@ jobs:
7676

7777
- uses: supabase/setup-cli@v2
7878
with:
79-
version: latest
79+
version: 2.99.0
8080

8181
- name: Link Supabase project
8282
run: supabase link --project-ref $SUPABASE_PROJECT_ID

0 commit comments

Comments
 (0)