Open
Description
Current Behavior
If I run nx release
currently, it will skip running the publish phase with a dry run. This is despite code suggesting running nx release publish
with a dry run is possible:
Expected Behavior
Running nx release --dry-run
will also run nx release publish
as a dry run.
GitHub Repo
Steps to Reproduce
- Run
nx release --dry-run
- Observe output skips the publish phase`
Nx Report
sanajmi@Mac react-native-macos % yarn nx report
NX Report complete - copy this into the issue template
Node : 23.6.1
OS : darwin-arm64
Native Target : aarch64-macos
yarn : 4.5.1
nx : 20.0.7
@nx/js : 20.0.7
@nx/workspace : 20.0.7
@nx/devkit : 20.0.7
typescript : 5.0.4
---------------------------------------
Local workspace plugins:
@react-native-mac/nx-release-version
Failure Logs
Package Manager Version
No response
Operating System
- macOS
- Linux
- Windows
- Other (Please specify)
Additional Information
No response