pnpm publish -r
always leads to ENEEDAUTH
#7402
Unanswered
openscript
asked this question in
Q&A
Replies: 1 comment 11 replies
-
Any resolution to this? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to publish a few packages from my monorepo to NPM. I've got this Github Workflow:
Unfortunately I always get the following error:
I've tried so many things:
setup-node
actionpnpm config set
.npmrc
With NPM it always works, but then I need to write a script going through all the packages.
Does somebody have an idea what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions