chore: update workflow
This commit is contained in:
parent
5f6ef854a3
commit
d8c63c9071
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -13,8 +13,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run:
|
- run:
|
||||||
- yarn install
|
- npm install
|
||||||
- yarn build
|
- npm version minor
|
||||||
|
- npm build
|
||||||
- uses: lannonbr/vsce-action@master
|
- uses: lannonbr/vsce-action@master
|
||||||
with:
|
with:
|
||||||
args: "publish -p $VSCE_TOKEN"
|
args: "publish -p $VSCE_TOKEN"
|
||||||
|
|
Loading…
Reference in a new issue