You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore publish errors in get-and-update-nightlies (#1962)
#### Please select one of the following
- [ ] I am removing an existing difference between facebook/react-native
and microsoft/react-native-macos 👍
- [ ] I am cherry-picking a change from Facebook's react-native into
microsoft/react-native-macos 👍
- [ ] I am making a fix / change for the macOS implementation of
react-native
- [x] I am making a change required for Microsoft usage of react-native
## Summary:
Right now, our nightly publishing pipelines are broken, which prevents
our scripts from running component detection. This was caused by
52104c6, which we inherited from
RNCore, and their publishing process is slightly different.
This reverts to the previous, more lenient way of checking things.
## Changelog:
[INTERNAL] [FIXED] - Fix build scripts
## Test Plan:
The spot we changed is where the error we were logging came from, so
this reversion should work.
0 commit comments