fix(lint): preserve release validation parse cause

This commit is contained in:
Peter Steinberger
2026-08-10 09:28:52 -07:00
parent 2d06d46c89
commit 511db367fe
@@ -461,6 +461,7 @@ export function assertTrustedWorkflowHarness(
} catch (error) {
throw new Error(
`Tooling SHA ${workflowSha} contains invalid ${TRUSTED_WORKFLOW_PATH}: ${error instanceof Error ? error.message : String(error)}`,
{ cause: error },
);
}
if (