build: fix gh action

This commit is contained in:
Andrey Ponomarenko 2020-09-25 08:48:47 +03:00
parent 193170451c
commit 5ca38f60fd
1 changed files with 3 additions and 8 deletions

View File

@ -10,16 +10,11 @@ test-and-release:
runs-on: ubuntu-18.04
steps:
- name: Install yarn
run: |
npm install -g yarn
run: npm install -g yarn
- name: Install dependencies
run: |
yarn
run: yarn
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn release
run: yarn release