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:
|
||||
- uses: actions/checkout@v2
|
||||
- run:
|
||||
- yarn install
|
||||
- yarn build
|
||||
- npm install
|
||||
- npm version minor
|
||||
- npm build
|
||||
- uses: lannonbr/vsce-action@master
|
||||
with:
|
||||
args: "publish -p $VSCE_TOKEN"
|
||||
|
|
Loading…
Reference in a new issue