Skip to content

Commit

Permalink
add working-directories
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpthomas committed Feb 29, 2024
1 parent 9b60854 commit 1aafcc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/vscode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
working-directory: ./tools/vscode
with:
node-version: 21
- run: npm ci
- name: Node Clean Install
working-directory: ./tools/vscode
run: npm ci
- name: Publish to Visual Studio Marketplace
working-directory: ./tools/vscode
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
Expand Down

0 comments on commit 1aafcc8

Please sign in to comment.