You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good catch! We are trying to run npm publish and log the output but only return the exit code from a bash function. The rest of the output is being returned from the function as well, and that's what bash is erroring on.
Right now I think even if npm publish were to fail, this works as expected because there won't be anything on stdout in that case. But we should still clean up this script so it doesnt report those syntax errors.
Is there an existing issue for this?
Current Behavior
The "Release Integration > Publish" action includes the
npm publish
command. The corresponding action log contains the following error:Example:
https://github.com/npm/node-semver/actions/runs/7788106733/job/21236934252
Expected Behavior
No error in log
Steps To Reproduce
Run "Release Integration > Publish" workflow
https://github.com/npm/node-semver/blob/main/.github/workflows/release-integration.yml
Environment
The text was updated successfully, but these errors were encountered: