-
Notifications
You must be signed in to change notification settings - Fork 215
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
Website auto-publish fails on 9.0 branch #2135
Comments
The error reported is due to yarn bootstrap, invoked in the website workflow:
I could repro this locally by If I run Note that in the test workflow we invoke |
Thanks for looking into this.
Yes, unfortunately, this is a pattern, I spent a bunch of time upgrading to yarn 4 to reduce install times but now we have to run yarn so many times instead, defeating the gains. (in fact I suspect that ocular-bootstrap in turn also calls yarn? )
Yes I recall facing a similar problem there, so probably I added this to fix it. If yarn 4 doesn't want to accept commands before a clean install, one solution might be to always require a separate call to yarn, and stop trying to have out various @Pessimistress food for thought... |
We might not need Regardless — I do somewhat prefer letting |
Actual Result
Unexpected input(s) 'cache', valid inputs are ['volta-version', 'node-version', 'npm-version', 'yarn-version', 'package-json-path', 'variant', 'registry-url', 'scope', 'token', 'always-auth']
Expected Result
New website is published
Reproduce Steps
Published a new version
Background
The text was updated successfully, but these errors were encountered: