Skip to content

Commit 4549a37

Browse files
rgrunberfbricon
authored andcommitted
Use @vscode/vsce instead of vsce.
Signed-off-by: Roland Grunberg <[email protected]>
1 parent 057ed30 commit 4549a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
node-version: '18'
8787
- name: Install dependencies
88-
run: npm install -g typescript "vsce" "ovsx"
88+
run: npm install -g typescript "@vscode/vsce" "ovsx"
8989
- run: echo "XML_SERVER_VERSION=$(cat package.json | jq -r .xmlServer.version)" >> $GITHUB_ENV
9090
- name: Download LemMinX Server Uber Jar
9191
env:
@@ -176,7 +176,7 @@ jobs:
176176
with:
177177
node-version: '18'
178178
- name: Install dependencies
179-
run: npm install -g typescript "vsce" "ovsx"
179+
run: npm install -g typescript "@vscode/vsce" "ovsx"
180180
- run: echo "XML_SERVER_VERSION=$(cat package.json | jq -r .xmlServer.version)" >> $GITHUB_ENV
181181
- name: Set the link to download the binary server
182182
env:

0 commit comments

Comments
 (0)