chore: update workflow

This commit is contained in:
Mattia Astorino 2020-09-05 09:05:09 +02:00
parent 05ab772c49
commit 8db22e5d2c
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65

View file

@ -12,10 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run:
- npm install
- npm version minor
- npm build
run: yarn install
- name: Bump version
run: yarn version --minor
- name: Build extension
run: yarn build
- uses: lannonbr/vsce-action@master
with:
args: "publish -p $VSCE_TOKEN"