Skip to content

Commit 10686bf

Browse files
committed
Fix OIDC publish: overwrite setup-node npmrc to remove empty auth token
1 parent 002233a commit 10686bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Publish to npm
3939
run: |
40-
npm config delete //registry.npmjs.org/:_authToken
40+
echo "registry=https://registry.npmjs.org/" > "$NPM_CONFIG_USERCONFIG"
4141
npm publish --provenance --access public
4242
4343
- name: Extract changelog for this version

0 commit comments

Comments
 (0)