Skip to content

Commit 5582475

Browse files
committed
Remove .npmrc
Issue: #92
1 parent 0ffa466 commit 5582475

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
env:
2020
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
2121
run: |
22+
npm config set registry 'https://wombat-dressing-room.appspot.com/'
2223
npm config set '//wombat-dressing-room.appspot.com/:_authToken' '${NPM_TOKEN}'
2324
npm publish

.npmrc

-1
This file was deleted.

0 commit comments

Comments
 (0)