Skip to content

Commit 5b158db

Browse files
committed
nuke .npmrc folder
1 parent 2d6027b commit 5b158db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-feature-branch.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,9 @@ jobs:
373373
- uses: actions/setup-node@v4
374374
with: { node-version: '24' }
375375

376+
- name: Remove temp npmrc
377+
run: rm -f "$NPM_CONFIG_USERCONFIG"
378+
376379
# >= 11.5.1 for trusted publishing
377380
- name: Update NPM
378381
run: npm install -g npm@latest

0 commit comments

Comments
 (0)