-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
publishing fails with NPM automation token #2141
Comments
We added a few |
@hydrosquall I'm experiencing this issue as well. The missing |
Submit a pr and I can merge it 🏂 |
@hipstersmoothie please review this PR |
#2141: add missed --no-verify-access for lerna publish
I think this issue can be closed since #2205 shipped - were you able to try out the new version @mrtnbroder ? |
issue has been fixed |
Fixed by #2205. |
Describe the bug
I've setup an NPM Automation Token to allow auto to publish to npm, however, it looks like there is (still) an issue with
lerna publish
maybe missing--no-verify-access
?This is the workflow failing:
https://github.com/unperfekt/auto-poc/runs/4958992908?check_suite_focus=true
Versions I'm using:
you can also just clone the repo and take a look at it yourself: https://github.com/unperfekt/auto-poc
NPM_TOKEN
name
s to be able to publishThe text was updated successfully, but these errors were encountered: