Github Workflows NPM publishing issues

Hey, would anyone be familiar with why npm publish returns 404's in actions? https://github.com/arduano/trpc-chat-agent/actions/runs/12729068420/job/35480419410 It works fine locally, I have an npm automations key supplied, and the page it's 404'ing on definitely exists
Solution:
Figured it out had to set NODE_AUTH_TOKEN instead of NPM_TOKEN even though basically all docs told me to use NPM_TOKEN...
Jump to solution
1 Reply
Solution
Arduano
Arduano2w ago
Figured it out had to set NODE_AUTH_TOKEN instead of NPM_TOKEN even though basically all docs told me to use NPM_TOKEN

Did you find this page helpful?