From 3e43081baf68ec0b983dea407cd2db099511578e Mon Sep 17 00:00:00 2001 From: Aymeric Rabot Date: Fri, 11 Sep 2026 16:13:35 -0400 Subject: [PATCH] ci(release): log npm verbosely to surface OIDC exchange errors Co-Authored-By: Claude Fable 5.1 --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e6f8ecd1..3242c3385 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,6 +68,11 @@ jobs: permissions: contents: write id-token: write + env: + # Verbose npm logs show the OIDC token exchange and the registry's + # rejection reason when trusted publishing is misconfigured; tokens are + # redacted by npm. + NPM_CONFIG_LOGLEVEL: verbose steps: - uses: actions/checkout@v4 with: