Skip to content

Commit

Permalink
add package path
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpthomas committed Feb 29, 2024
1 parent 4ce6134 commit ab1b17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vscode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
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 }}
packagePath: ./tools/vscode
registryUrl: https://marketplace.visualstudio.com
skipDuplicate: true

0 comments on commit ab1b17c

Please sign in to comment.