👷 Use yarn instead of npm

This commit is contained in:
Androz2091 2021-04-25 12:48:11 +02:00
parent 3141557192
commit eacab30451

View file

@ -14,8 +14,8 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build
- run: npm publish
- run: yarn install
- run: yarn run build
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}