Skip to content

Commit

Permalink
Fix VSCode publish CI (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpthomas committed Feb 29, 2024
1 parent e4ee830 commit 0bb7e4d
Show file tree
Hide file tree
Showing 2 changed files with 3,253 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/vscode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 21
- run: npm ci
- name: Node Clean Install
working-directory: ./tools/vscode
run: npm ci
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
packagePath: ./tools/vscode
registryUrl: https://marketplace.visualstudio.com
skipDuplicate: true
Loading

0 comments on commit 0bb7e4d

Please sign in to comment.