From d8c63c907177bdc3521e456d8655820107ac2898 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 5 Sep 2020 08:57:17 +0200 Subject: [PATCH] chore: update workflow --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bcb2986..6b8e98a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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"