diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80802c246..c8771d96d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,6 @@ jobs: - name: Release VSCode extension continue-on-error: true - run: yarn publish-vscode + run: npm i -g vsce && yarn publish-vscode env: VSCE_PAT: ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}