Browse Source

[Actions]Update workflow.

dufu1991 3 years ago
parent
commit
29622f5169
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish-vscode.yml

+ 1 - 1
.github/workflows/publish-vscode.yml

@@ -27,5 +27,5 @@ jobs:
             - name: Publish
               run: |
                   npm install
-                  npm install -g vsce
+                  npm install -g @vscode/vsce
                   vsce publish -p ${{ secrets.VSCE_TOKEN }}