build: fix gh action
This commit is contained in:
parent
600369d54e
commit
5751e8a020
|
@ -12,12 +12,10 @@ jobs:
|
|||
matrix:
|
||||
node-version: [12.18.4]
|
||||
steps:
|
||||
- name: Install yarn
|
||||
run: npm install -g yarn
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
run: npm install
|
||||
- name: Release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: yarn release
|
||||
run: npm run release
|
||||
|
|
Loading…
Reference in New Issue