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
Barretenberg releases nightly builds each day, however these are currently failing due to npm publish not being idempotent.
The releases use the same workflow as publishing, and as a part of publishing, we push packages to npm. Since the version number in package.json may not change each night, it will cause the workflow to fail.
Solution
Short term
Not publish to npm when running nightly builds
Long term
Publish to npm and tag each version with the timestamp.
Also possibly add a cron job each month that removes all npm releases that are more than a month old.
The text was updated successfully, but these errors were encountered:
Problem
Barretenberg releases nightly builds each day, however these are currently failing due to npm publish not being idempotent.
The releases use the same workflow as publishing, and as a part of publishing, we push packages to npm. Since the version number in package.json may not change each night, it will cause the workflow to fail.
Solution
Short term
Long term
The text was updated successfully, but these errors were encountered: