We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad18e1 commit 8760cb6Copy full SHA for 8760cb6
.github/actions/javascript/bumpVersion/index.js
@@ -3545,7 +3545,6 @@ function updateiOSVersion(version) {
3545
(0, child_process_1.execSync)(`/usr/libexec/PlistBuddy -c "Set :CFBundleVersion ${cfVersion}" ${PLIST_PATH}`);
3546
(0, child_process_1.execSync)(`/usr/libexec/PlistBuddy -c "Set :CFBundleVersion ${cfVersion}" ${PLIST_PATH_NSE}`);
3547
(0, child_process_1.execSync)(`/usr/libexec/PlistBuddy -c "Set :CFBundleVersion ${cfVersion}" ${PLIST_PATH_SHARE}`);
3548
-
3549
// Return the cfVersion so we can set the NEW_IOS_VERSION in ios.yml
3550
return cfVersion;
3551
}
0 commit comments