Skip to content

Commit

Permalink
ci: update vsce publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
zcf0508 committed Aug 28, 2023
1 parent e6a3214 commit 2b32d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
NPM_CONFIG_PROVENANCE: true

- name: Publish to VSCE
run: npm run publish -p ${{secrets.VSCE_TOKEN}}
run: pnpm vsce publish --no-dependencies -p ${{secrets.VSCE_TOKEN}}
working-directory: ./packages/vscode
env:
VSCE_TOKEN: ${{secrets.VSCE_TOKEN}}
VSCE_TOKEN: ${{secrets.VSCE_TOKEN}}

0 comments on commit 2b32d3e

Please sign in to comment.