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
{{ message }}
This repository was archived by the owner on Jul 9, 2024. It is now read-only.
[x] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
Our Project's Github Action pipeline broke unexpectedly after the newest release was published on 01.06.2023. @v2.5.1
Expected behavior
New releases should be backward compatible with non-major releases.
Minimal reproduction of the problem with instructions
Our Angular App is not yet migrated to Nx 16, currently using Nx 15, but using the newest Github Action with uses: e-square-io/nx-distributed-task@v2
What is the motivation/use case for changing the behavior?
No changes were introduced on our side.
The observed difference between version 2.4.0 and 2.5.1 is Before: yarn -p @nrwl/cli nx run-many After: yarn -p nx run-many