Skip to content

Commit 1f6c451

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
Remove .npmrc when publishing
We use the Wombat proxy as the registry for publishing. Bug: 442357424 Change-Id: Ie7e4c38ec5c8365c1f9e99521525d25b36d97c6c Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6912927 Auto-Submit: Alex Rudenko <[email protected]> Reviewed-by: Mathias Bynens <[email protected]> Commit-Queue: Mathias Bynens <[email protected]>
1 parent 73810ba commit 1f6c451

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-to-npm-on-tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
1919
TAG_NAME: ${{github.ref_name}}
2020
run: |
21+
rm .npmrc
2122
npm version --no-git-tag-version $TAG_NAME
2223
npm config set registry 'https://wombat-dressing-room.appspot.com/'
2324
npm config set '//wombat-dressing-room.appspot.com/:_authToken' '${NPM_TOKEN}'

0 commit comments

Comments
 (0)