diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5023a0c..31aeb5f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -37,7 +37,7 @@ jobs: # Install deps, build, pack and deploy - name: Build & Publish - run: yarn install && yarn vsce publish + run: npm install && vsce publish env: VSCE_PAT: ${{ secrets.VSCE_PAT }}