Skip to content

Commit 6467722

Browse files
committed
fix: update publish actions
1 parent 821b037 commit 6467722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vscode-extension.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- recursive: true
2323
args: [--frozen-lockfile, --strict-peer-dependencies]
2424
- run: mkdir -p packages
25-
- run: npx vsce package -o packages
26-
- run: npx vsce publish --packagePath packages/*.vsix
25+
- run: pnpm vsce package -o packages --no-dependencies
26+
- run: pnpm vsce publish --packagePath packages/*.vsix --no-dependencies
2727
if: success() && startsWith(github.ref, 'refs/tags/')
2828
env:
2929
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)