Skip to content

Commit

Permalink
Use @vscode/vsce instead of vsce
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto committed Nov 4, 2023
1 parent 9f1527c commit 4ae7547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: "Publish :: VS Code Marketplace"
run: |
npm install -g vsce
npm install -g @vscode/vsce
vsce publish -p ${{ secrets.VSCODE_MP_TOKEN }} --packagePath ./dist/vscode_diff_viewer_${{ steps.get_release.outputs.tag_name }}.vsix
- name: "Publish :: Open VSX Registry"
Expand Down

0 comments on commit 4ae7547

Please sign in to comment.