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:Jump to 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
...1 Reply
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