Skip to content

Commit 47d3ce6

Browse files
authored
Fixes the VSCode CI job, second attempt (#483)
1 parent e54f2b1 commit 47d3ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-vscode-extension.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
run: |
2828
cd packages/vscode-extension
2929
pnpm package
30-
pnpm vsce publish
30+
pnpm vsce publish --no-dependencies
3131
3232
- name: Publish to OpenVSX
3333
env:
3434
VSX_PAT: ${{ secrets.VSX_PAT }}
3535
run: |
3636
cd packages/vscode-extension
37-
pnpx ovsx publish -p $VSX_PAT
37+
pnpm ovsx publish -p $VSX_PAT --no-dependencies

0 commit comments

Comments
 (0)