Skip to content

Commit

Permalink
Use @vscode/vsce instead of vsce.
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber authored and fbricon committed Mar 13, 2024
1 parent 057ed30 commit 4549a37
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 @@ -85,7 +85,7 @@ jobs:
with:
node-version: '18'
- name: Install dependencies
run: npm install -g typescript "vsce" "ovsx"
run: npm install -g typescript "@vscode/vsce" "ovsx"
- run: echo "XML_SERVER_VERSION=$(cat package.json | jq -r .xmlServer.version)" >> $GITHUB_ENV
- name: Download LemMinX Server Uber Jar
env:
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
with:
node-version: '18'
- name: Install dependencies
run: npm install -g typescript "vsce" "ovsx"
run: npm install -g typescript "@vscode/vsce" "ovsx"
- run: echo "XML_SERVER_VERSION=$(cat package.json | jq -r .xmlServer.version)" >> $GITHUB_ENV
- name: Set the link to download the binary server
env:
Expand Down

0 comments on commit 4549a37

Please sign in to comment.