Skip to content

Fix npm publish workflow (untested)#3804

Merged
kddnewton merged 1 commit into
ruby:mainfrom
Earlopain:js-release-workflow
Dec 14, 2025
Merged

Fix npm publish workflow (untested)#3804
kddnewton merged 1 commit into
ruby:mainfrom
Earlopain:js-release-workflow

Conversation

@Earlopain

Copy link
Copy Markdown
Collaborator

Last one didn't work out:

Run npm publish
npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.
npm error code ENOENT
npm error syscall open
npm error path /home/runner/work/prism/prism/package.json
npm error errno -2
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/home/runner/work/prism/prism/package.json'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2025-10-16T12_44_21_684Z-debug-0.log

Rust also failed, because the crate already existed on crates.io with that version. I'm assuming that had nothing to do with the workflow.

Last one didn't work out:
```
Run npm publish
npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.
npm error code ENOENT
npm error syscall open
npm error path /home/runner/work/prism/prism/package.json
npm error errno -2
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/home/runner/work/prism/prism/package.json'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2025-10-16T12_44_21_684Z-debug-0.log
```
@kddnewton
kddnewton merged commit 1abac2f into ruby:main Dec 14, 2025
64 checks passed
@Earlopain
Earlopain deleted the js-release-workflow branch February 20, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants