You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should call and parse https://api.github.com/repos/twentyhq/twenty/tags
Instead of https://api.github.com/repos/twentyhq/twenty/releases/latest
Because for sub-versions (ex: v0.32.4) we only create a tag and don't create a release so users will end-up with an outdated version (v0.32 instead of v0.32.4)
The text was updated successfully, but these errors were encountered:
In the two scripts here:
https://github.com/twentyhq/twenty/tree/main/packages/twenty-docker/scripts
We should call and parse
https://api.github.com/repos/twentyhq/twenty/tags
Instead of
https://api.github.com/repos/twentyhq/twenty/releases/latest
Because for sub-versions (ex: v0.32.4) we only create a tag and don't create a release so users will end-up with an outdated version (v0.32 instead of v0.32.4)
The text was updated successfully, but these errors were encountered: