👷 Fix publish workflow
This commit is contained in:
parent
893767a211
commit
e1cc416c84
1 changed files with 2 additions and 0 deletions
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
|
@ -14,6 +14,8 @@ jobs:
|
|||
with:
|
||||
node-version: 12
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- run: npm run install
|
||||
- run: npm run build
|
||||
- run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
|
Loading…
Reference in a new issue