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"