fix(automations): pin supabase CLI to v2.98.2#1141
Merged
Conversation
supabase/cli v2.99.0 changed release asset naming to include the version number in the filename (supabase_2.99.0_linux_amd64.tar.gz instead of supabase_linux_amd64.tar.gz). This breaks setup-cli@v1's download URL construction when using version: latest, causing a 404 on all PR staging checks. Pin to v2.98.2 until setup-cli is updated to handle the new naming. Co-authored-by: Ona <no-reply@ona.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
✅ UI verification skipped — no UI files changed (only |
Collaborator
Author
|
✅ Post-merge verification passed. PR scope: CI workflow change only ( Ad-hoc smoke tests (all passed):
E2E suite: 394/405 tests passed. 11 failures are pre-existing and unrelated to this PR (which only changed a GitHub Actions workflow file):
These failures cannot be caused by a Supabase CLI version pin in CI. No regression detected. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Supabase CLI v2.99.0 (released today) changed release asset naming to include the version number in the filename (
supabase_2.99.0_linux_amd64.tar.gzinstead ofsupabase_linux_amd64.tar.gz). This breakssupabase/setup-cli@v1's download URL construction when usingversion: latest, causing a 404 on all PR staging checks.All open PRs (#1139, #1140) are blocked by this failure.
Fix
Pin both the staging and deploy jobs to
version: 2.98.2untilsetup-cliis updated to handle the new naming convention.Verification
https://github.com/supabase/cli/releases/download/v2.98.2/supabase_linux_amd64.tar.gz→ 302 ✅https://github.com/supabase/cli/releases/download/v2.99.0/supabase_linux_amd64.tar.gz→ 404 ❌