I'm trying to publish my npm package using npm-pub...
# javascript
a
I'm trying to publish my npm package using npm-publish, but I'm facing "404 Not Found" issue and have no clue on how to identify the cause - the build log looks like this https://github.com/atsushieno/mugene-ng/actions/runs/7764196119/job/21177303843#step:10:687
npm ERR! 404 Not Found - PUT https://registry.npmjs.org/@dev.atsushieno%2fmugene - Not found
I suspect that the last / would be unnecessarily escaped, but I'm not sure if it is normal behavior at npm... It also took a while to figure out how to specify "organization" part. Maybe it is better documented somewhere, if I'm not missing?