deephaven / deephaven-plugins

Deephaven Plugins
6 stars 14 forks source link

Publish JS packages action does not seem to be working #617

Closed mofojed closed 2 weeks ago

mofojed commented 3 weeks ago

For some reason the Publish JS Packages action is failing: https://github.com/deephaven/deephaven-plugins/actions/runs/9863612383

Found 1 package to publish:
 - @deephaven/js-plugin-ui => 0.17.0

lerna info auto-confirmed 
lerna info publish Publishing packages to npm...
lerna ERR! E404 Not found
Error: Process completed with exit code 1.

Also, after manually publishing, the README.md was not getting published with the package: image image

mofojed commented 3 weeks ago

Only thing I can think of is a bad cache: https://github.com/lerna/lerna/issues/3812#issuecomment-1769859383 The publish action is the same as the web-client-ui action, except the deephaven-plugins one specifies a cache. I've manually published the packages that were pending, but after next update if there's still an issue publishing packages I will wipe the cache and try it again. https://cli.github.com/manual/gh_cache_delete

mofojed commented 2 weeks ago

I tried deleting the cache, and it still seems to be failing: https://github.com/deephaven/deephaven-plugins/actions/runs/9965318988/job/27537059254 The last successful run was: https://github.com/deephaven/deephaven-plugins/actions/runs/9616536886/job/26526275763 There have been no changes to the GitHub workflow since then. Next will try updating to lerna v7, adding provenance for packages, updating GitHub actions that have newer versions. Maybe that will help. https://github.com/deephaven/web-client-ui/pull/1417