From 2fe1c59a0976870fdf3bfc87a1735a4aca58f6a0 Mon Sep 17 00:00:00 2001 From: Simone Primarosa Date: Mon, 8 Jun 2026 12:52:02 +0200 Subject: [PATCH] ci: remove temporary publish diagnostics --- .github/workflows/release-please.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b1c61c8..a8c524d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -48,8 +48,6 @@ jobs: node-version: 24 # Trusted publishing requires npm >= 11.5.1 (Node >= 22.14). - run: npm install -g npm@latest - - run: node -v && npm -v - - run: 'echo "oidc url present: ${ACTIONS_ID_TOKEN_REQUEST_URL:+yes}; NODE_AUTH_TOKEN set: ${NODE_AUTH_TOKEN:+yes}"' # No token and no --provenance flag: with trusted publishing npm # authenticates via OIDC and attaches provenance automatically. - run: npm publish