chore: update workflow

This commit is contained in:
Mattia Astorino 2020-09-05 08:57:17 +02:00
parent 5f6ef854a3
commit d8c63c9071
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65

View file

@ -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"