Skip to content

Commit 2a30c0b

Browse files
committed
chore(release): npm auth token requires setting registry-url for node-setup
as discovered before, that's how the .npmrc with auth config is written and apparently without that things still don't work
1 parent 4673035 commit 2a30c0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- uses: actions/setup-node@v6
2323
with:
2424
node-version: lts/*
25+
registry-url: 'https://registry.npmjs.org'
2526
- name: Install latest NPM
2627
# OIDC publishing requires a very up to date npm version
2728
run: |

0 commit comments

Comments
 (0)