Skip to content

Commit f6db7cb

Browse files
authored
Update npm-deploy.yml
1 parent 74ecbde commit f6db7cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/npm-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- uses: actions/setup-node@v1
1414
with:
1515
node-version: '11.x'
16+
- name: Setup NPM
17+
run: echo '//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}'>.npmrc
1618
- name: build
1719
run: npm run build
1820
- name: publish

0 commit comments

Comments
 (0)