Skip to content

Commit

Permalink
VS Code deployment: Install VSCE
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Mar 13, 2024
1 parent cb197e1 commit 0640369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.GH_DEPLOY_KEY }}
- name: Install VSCE toolkit
run: npm install -g @vscode/vsce
- name: Install dependencies
run: npm ci
- name: Bump version
Expand Down

0 comments on commit 0640369

Please sign in to comment.