mirror of
https://github.com/facebook/react-native.git
synced 2026-04-03 03:22:51 +00:00
When a PR targets a -stable branch, github.ref_name is the PR branch (not ending in -stable), so the version script was incorrectly running. Added a check for github.base_ref to also skip the script when the PR target branch is a stable branch.