update npm build (#2316)

This commit is contained in:
Niklas von Hertzen
2020-08-08 16:00:41 +08:00
committed by GitHub
parent cd77e1cea1
commit f7b39c0914
4 changed files with 10 additions and 236 deletions

View File

@@ -231,7 +231,7 @@ jobs:
node-version: 12
registry-url: 'https://registry.npmjs.org'
- name: NPM Publish
run: cd npm/package && npm publish --dry-run
run: cd npm/package && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
docs: