-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Check release & publish release workflow errors #42
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Thanks @Rmarieta for reporting 👍 Looks like this will be fixed by jupyter-server/jupyter_releaser#522. |
Actually the issue might be related to the extension-template/template/package.json.jinja Lines 31 to 33 in e7e4c2b
@Rmarieta would you be able to try without the |
I just tried removing the
|
This time it looks like the You can try to run |
If there are no changes locally, you may also want to ensure that you use the JupyterLab and Node.js version as on the CI. I am not sure if a different operating system could also have an impact. |
It worked, thank you for your help ! |
Description
Could not find any related issues despite getting this error with the most simple extension and after the first commit. My issue is that some of the workflows are failing with errors that seem a bit strange to me. The error that interrupts both the
Populate Release
step of theStep 2: Publish Release
workflow and theCheck Release
of theCheck Release
workflow is the following :To explore whether that could be caused by my extension in itself, I created a new empty extension with the last version of JupyterLab, and created a new public GitHub repository to host that extension, and ended up with the same error. The
Check Release
andStep 2: Publish Release
workflows are both still failing with the same error.Reproduce
Check Release
workflow.Set up job
,Checkout
andBase Setup
pass butCheck Release
does not. Full log can be seen at : GitHub Actions job link.Step 1: Prep Release
andStep 2: Publish Release
by providing myADMIN_GITHUB_TOKEN
,NPM_TOKEN
andPYPI_TOKEN
in my secrets, I also get the same error during theStep 2: Publish Release
workflow.Expected behavior
I would expect the template extension
Check Release
andStep 2: Publish Release
workflows to pass without errors if I haven't modified the source code of my extension yet.Context
Troubleshoot Output
Command Line Output
Browser Output
The text was updated successfully, but these errors were encountered: