supabase / ssr

Supabase clients for use in server-side rendering frameworks.
MIT License
54 stars 6 forks source link

ci: fix `latest` npm dist tag when patching versions #45

Closed hf closed 1 month ago

hf commented 1 month ago

If a specific patch is made on a release branch, it will always use the patched NPM dist tag. This also checks if the patched release branch is the latest release branch to use the latest NPM dist tag.