mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix workflow for automating version bumps
Summary: Changelog: [Internal] - Fix bugs in automate workflow Reviewed By: cortinico, sota000 Differential Revision: D32810597 fbshipit-source-id: 13503fea871043224f673f2c5301804e1f4cf614
This commit is contained in:
@@ -50,7 +50,7 @@ if (!isReleaseBranch(branch)) {
|
||||
}
|
||||
|
||||
// Progress the version by 1 using existing git tags
|
||||
const {version} = getNextVersionFromTags(branch);
|
||||
const version = getNextVersionFromTags(branch);
|
||||
|
||||
if (exec(`node scripts/set-rn-version.js --to-version ${version}`).code) {
|
||||
echo(`Failed to set React Native version to ${version}`);
|
||||
|
||||
Reference in New Issue
Block a user