File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
run : npm ci
22
22
23
23
- name : Package the extension
24
- run : npx -p @vscode/ vsce -c 'vsce package'
24
+ run : npx vsce package
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
21
21
run : npm ci
22
22
23
23
- name : Package extension
24
- run : npx -p @vscode/ vsce --yes -c 'vsce package'
24
+ run : npx vsce package
25
25
26
26
- name : Publish on Visual Studio Marketplace
27
- run : npx -p @vscode/ vsce --yes -c 'vsce publish -i *.vsix'
27
+ run : npx vsce publish -i *.vsix
28
28
env :
29
29
VSCE_PAT : ${{ secrets.VSCE_PAT }}
30
30
31
31
- name : Publish on Eclipse Open VSX
32
- run : npx -p ovsx --yes -c 'ovsx publish *.vsix'
32
+ run : npx ovsx publish *.vsix
33
33
env :
34
34
OVSX_PAT : ${{ secrets.OVSX_PAT }}
35
35
You can’t perform that action at this time.
0 commit comments