-
Notifications
You must be signed in to change notification settings - Fork 207
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
Why is the publish extensions github action failing? #273
Comments
The GH action fails if publishing any extension fails, so to address this we'd need to fix all extensions 😁. But the workflow still processes all extensions, so one failing extension should not affect the other extensions. Sure, it would help a lot if you can contribute fixes to properly publish some more extensions. There are already lots of open issues about individual extensions failing to publish. |
Thanks for clarifying 😄 . I'll see what I can do regarding this! As for the fix you applied yesterday, it seems the extensions still didn't get published 😅 |
Right, the publishing CLI detected an extension with missing license and asked for user input, but no input is available in CI 😅 (see the end of the console log). I created eclipse/openvsx#240 to improve this and removed that extension from the list. |
Even when the main issues here are now solved (like skipping the CI asking for a license) this seems like a general useful hint. |
It seems like it has been failing for a while now, as it can be verified here 😄
There are a number of errors and they seem to be related to the following extensions:
Is there anything I can do to help address this? I would probably start with checking the "faulty" extensions and seeing if I can reproduce the errors above.
The text was updated successfully, but these errors were encountered: