mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Circle CI: Fix release workflow (#34960)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/34960 Due to a missing cmake dependency, the prepare_package_for_release job will fail. Changelog: [Internal] Reviewed By: lunaleaps Differential Revision: D40310829 fbshipit-source-id: b8d33397f012a9366bb44634877e6033b4d01caf
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1b30df10c6
commit
2f5adbb192
@@ -1340,6 +1340,8 @@ jobs:
|
||||
- add_ssh_keys:
|
||||
fingerprints:
|
||||
- "1c:98:e0:3a:52:79:95:29:12:cd:b4:87:5b:41:e2:bb"
|
||||
- brew_install:
|
||||
package: cmake
|
||||
- run:
|
||||
name: "Set new react-native version and commit changes"
|
||||
command: |
|
||||
|
||||
Reference in New Issue
Block a user