build: fix gh action

This commit is contained in:
Andrey Ponomarenko 2020-09-25 08:46:40 +03:00
parent 1da108a93d
commit 35658492c8
1 changed files with 4 additions and 2 deletions

View File

@ -10,9 +10,11 @@ test-and-release:
runs-on: ubuntu-18.04
steps:
- 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