Skip to content

Supabase feature downloads correct cli - #240

Open
Rinze-Smits wants to merge 1 commit into
devcontainers-extra:mainfrom
Rinze-Smits:main
Open

Supabase feature downloads correct cli#240
Rinze-Smits wants to merge 1 commit into
devcontainers-extra:mainfrom
Rinze-Smits:main

Conversation

@Rinze-Smits

Copy link
Copy Markdown
  • Supabase cli provides two types of releases, we should make sure to pick the right one.
  • Supabase cli has many prerelease versions, a filter was added to make sure those don't get downloaded as they often contain unfinished work. Unfortunately this means you also can't ask for a prerelease version specifically. Maybe when nanolayer uses the normal github api to fetch latest version (which automatically filters prereleases and drafts) this can be reverted.
  • Supabase cli release assets have two version of the assets, one with version number in the file name and one without. gh-release can't handle multiple valid results so a filter on the asset picks the one with version number (because old releases only have that as asset)

Fixes #234

Feature should not download config release
Feature should not download prerelease
Feature should distinguish between asset with and without version number

Signed-off-by: Rinze-Smits <55499049+Rinze-Smits@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: supabase install fails

1 participant