From 4b2e4a1d483a2692edc122c8c7f73252ee964ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 13 Nov 2025 13:24:05 +0100 Subject: [PATCH] fix: Add scope and update npm for OIDC publishing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added scope: "@valknarthing" to setup-node action (required for scoped packages) - Added npm update step to ensure npm CLI v11.5.1+ (required for OIDC support) Matches the original OpenAI Codex workflow configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/rust-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 10e7f116..f9a84549 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -493,6 +493,10 @@ jobs: with: node-version: 22 registry-url: "https://registry.npmjs.org" + scope: "@valknarthing" + + - name: Update npm + run: npm install -g npm@latest - name: Download npm tarballs from release env: