build: fix gh action
This commit is contained in:
parent
193170451c
commit
5ca38f60fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue