Skip to content

Commit b2f5c90

Browse files
committed
Set npm auth token in home dir
1 parent be869dc commit b2f5c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
path: artifacts
160160
- name: Build npm packages
161161
run: node scripts/build-npm.js
162-
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
162+
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > ~/.npmrc
163163
env:
164164
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
165165
- name: Publish to npm

0 commit comments

Comments
 (0)