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