From 511db367feccbdf295050d71b4860e14c42055c6 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 10 Aug 2026 09:28:52 -0700 Subject: [PATCH] fix(lint): preserve release validation parse cause --- scripts/full-release-validation-at-sha.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/full-release-validation-at-sha.mts b/scripts/full-release-validation-at-sha.mts index 76556af604a0..9394265562af 100644 --- a/scripts/full-release-validation-at-sha.mts +++ b/scripts/full-release-validation-at-sha.mts @@ -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 (