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
console.log(`${name}@${version} not published to npm, no recovery needed`);
154
+
return;
155
+
}
156
+
} catch {
157
+
console.log(`${name}@${version} not found on npm, no recovery needed`);
158
+
return;
159
+
}
154
160
}
155
161
156
-
core.warning(`Recovery: @clerk/clerk-js@${clerkjsVersion} was published to npm but downstream repos were not notified. Dispatching now.`);
162
+
core.warning(`Recovery: @clerk/clerk-js@${clerkjsVersion} and @clerk/ui@${clerkUiVersion} were published to npm but downstream repos were not notified. Dispatching now.`);
0 commit comments