Skip to content

Commit 352ebfe

Browse files
author
Raul Melo
committed
add npmrc
1 parent 18f53d5 commit 352ebfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Publish to NPM
4343
run: |
4444
cd dist-npm
45+
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > .npmrc
4546
npm publish
4647
env:
4748
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)