We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ecbde commit f6db7cbCopy full SHA for f6db7cb
1 file changed
.github/workflows/npm-deploy.yml
@@ -13,6 +13,8 @@ jobs:
13
- uses: actions/setup-node@v1
14
with:
15
node-version: '11.x'
16
+ - name: Setup NPM
17
+ run: echo '//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}'>.npmrc
18
- name: build
19
run: npm run build
20
- name: publish
0 commit comments