Closed luacmartins closed 2 months ago
Workflow still failing with:
npm notice
npm error code ENEEDAUTH
npm error need auth This command requires you to be logged in to https://registry.npmjs.org/
npm error need auth You need to authorize this machine using `npm adduser`
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2024-09-23T01_04_41_569Z-debug-0.log
Error: Process completed with exit code 1.
@justinpersaud have we taken over this repo on NPM?
@luacmartins not as far as I'm aware, don't think anyone said to do that
It seems like our workflow is failing because of npm authentication. Is there a way for us to take ownership on npm?
Coming from the latest workflow run, the workflow is failing with:
The previous npmpublish.yml workflow only had the following steps:
So I'm removing the
npm run build
step since it doesn't seem like we need to bundle this lib. cc @Kicu