@treeseed/sdk 0.6.11 → 0.6.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3484,6 +3484,7 @@ async function workflowRelease(helpers, input) {
|
|
|
3484
3484
|
}
|
|
3485
3485
|
return { status: "completed", repos: cleanupReports };
|
|
3486
3486
|
});
|
|
3487
|
+
syncAllCheckedOutPackageRepos(root, STAGING_BRANCH);
|
|
3487
3488
|
const workspaceLinks = ensureWorkflowWorkspaceLinks(root, helpers, effectiveInput.workspaceLinks ?? "auto");
|
|
3488
3489
|
const payload = {
|
|
3489
3490
|
mode,
|