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
@alco investigated and "there seems to be a race condition in the publishing action where it first publishes to npm, then checks the version published to npm and based on the fact that the published and local versions are the same, it skips tag creation."
If you restart it it does seem to generally work the second time. The problem is that @electric-sql/react tries to be published before @electric-sql/client has been published so it fails as react depends on client.
@alco investigated and "there seems to be a race condition in the publishing action where it first publishes to npm, then checks the version published to npm and based on the fact that the published and local versions are the same, it skips tag creation."
The text was updated successfully, but these errors were encountered: