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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ This is the log of notable changes to EAS CLI and related packages.
8
8
9
9
### 🎉 New features
10
10
11
+
- Fix expo-updates fingerprinting during update. ([#2231](https://github.com/expo/eas-cli/pull/2231) by [@wschurman](https://github.com/wschurman))
`You're currently using the bare workflow, where runtime version policies are not supported. You must set your runtime version manually. For example, define your runtime version as "1.0.0", not {"policy": "appVersion"} in your app config. ${learnMore(
'invalid response from expo-update CLI for fingerprint generation'
741
+
);
742
+
returnhash;
743
+
}
744
+
745
+
constworkflow=awaitresolveWorkflowAsync(
746
+
projectDir,
747
+
platformasEASBuildJobPlatform,
748
+
vcsClient
749
+
);
750
+
if(workflow!==Workflow.MANAGED){
751
+
thrownewError(
752
+
`You're currently using the bare workflow, where runtime version policies are not supported. You must set your runtime version manually. For example, define your runtime version as "1.0.0", not {"policy": "appVersion"} in your app config. ${learnMore(
0 commit comments