pnpm publish -r
always leads to ENEEDAUTH
#7402
Unanswered
openscript
asked this question in
Q&A
Replies: 2 comments 11 replies
-
Any resolution to this? |
Beta Was this translation helpful? Give feedback.
11 replies
-
I can't figure this out either, working fine with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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