mirror of
https://github.com/railwayapp/cli
synced 2026-04-21 14:07:23 +00:00
Fix npm OIDC publishing by removing registry-url (#723)
setup-node with registry-url creates an .npmrc expecting NODE_AUTH_TOKEN, which conflicts with OIDC trusted publisher flow. Removing it lets npm handle OIDC authentication directly.
This commit is contained in:
parent
0d1d2a1cae
commit
e78f6c0ad3
1 changed files with 0 additions and 1 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -211,7 +211,6 @@ jobs:
|
|||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
registry-url: https://registry.npmjs.org/
|
||||
|
||||
- name: NPM publish
|
||||
run: npm publish --access public --provenance
|
||||
|
|
|
|||
Loading…
Reference in a new issue