Skip to content

Commit 8760cb6

Browse files
committed
Rebuild GitHub Actions after code changes
1 parent bad18e1 commit 8760cb6

File tree

1 file changed

+0
-1
lines changed
  • .github/actions/javascript/bumpVersion

1 file changed

+0
-1
lines changed

.github/actions/javascript/bumpVersion/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3545,7 +3545,6 @@ function updateiOSVersion(version) {
35453545
(0, child_process_1.execSync)(`/usr/libexec/PlistBuddy -c "Set :CFBundleVersion ${cfVersion}" ${PLIST_PATH}`);
35463546
(0, child_process_1.execSync)(`/usr/libexec/PlistBuddy -c "Set :CFBundleVersion ${cfVersion}" ${PLIST_PATH_NSE}`);
35473547
(0, child_process_1.execSync)(`/usr/libexec/PlistBuddy -c "Set :CFBundleVersion ${cfVersion}" ${PLIST_PATH_SHARE}`);
3548-
35493548
// Return the cfVersion so we can set the NEW_IOS_VERSION in ios.yml
35503549
return cfVersion;
35513550
}

0 commit comments

Comments
 (0)