👷 Fix publish workflow

This commit is contained in:
Androz2091 2021-04-19 17:44:37 +02:00
parent 893767a211
commit e1cc416c84

View file

@ -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}}