wevm / isows

Isomorphic WebSocket implementation for Node.js, Bun, Deno, React Native, and other modern runtimes.
Other
42 stars 5 forks source link

CI: Unable to publish releases (also canary) #18

Closed lkwr closed 2 weeks ago

lkwr commented 2 weeks ago

Hey,

there seems to be an error in the actions workflows that causes npm publish to fail.

1.0.5, 1.0.6 and new canary versions will not be published.

Possible cause

Are the NPM_TOKEN valid?

This causes the error:

🦋  info Publishing "isows" at "1.0.6"
🦋  error an error occurred while publishing isows: E404 Not Found - PUT https://registry.npmjs.org/isows - Not found 
🦋  error 
🦋  error  'isows@1.0.6' is not in this registry.
🦋  error 
🦋  error Note that you can also install from a
🦋  error tarball, folder, http url, or git url.
🦋  error npm warn publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
🦋  error npm warn publish errors corrected:
🦋  error npm warn publish Removed invalid "scripts"
🦋  error npm warn publish "repository" was changed from a string to an object
🦋  error npm warn publish "repository.url" was normalized to "git+https://github.com/wevm/isows.git"
🦋  error npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
🦋  error npm error code E404
🦋  error npm error 404 Not Found - PUT https://registry.npmjs.org/isows - Not found
🦋  error npm error 404
🦋  error npm error 404  'isows@1.0.6' is not in this registry.
🦋  error npm error 404
🦋  error npm error 404 Note that you can also install from a
🦋  error npm error 404 tarball, folder, http url, or git url.
🦋  error 
🦋  error npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2024-09-29T09_55_12_089Z-debug-0.log
🦋  error 
🦋  error packages failed to publish:
🦋  isows@1.0.6
error: script "changeset:release" exited with code 1

(source)

jxom commented 2 weeks ago

fixed!