build: fix gh action

This commit is contained in:
Andrey Ponomarenko 2020-09-25 08:47:55 +03:00
parent 35658492c8
commit 193170451c

View File

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