GitHub Actions workflow_dispatch boolean inputs are strings in
expressions ('true'/'false'). Non-empty strings are always truthy,
so !inputs.dry_run always evaluated to false. Use explicit string
comparison to fix version sync and publish step gating.
Co-authored-by: CoStrict <zgsm@sangfor.com.cn>
|
||
|---|---|---|
| .. | ||
| ci.yml | ||
| publish-npm.yml | ||
| release-rcs.yml | ||
| update-contributors.yml | ||