From 8dbcec49bc7dd21b130c42c32606f1cab6c5281f Mon Sep 17 00:00:00 2001 From: Garry Trinder Date: Fri, 13 Jun 2025 22:20:46 +0100 Subject: [PATCH] Fix publish workflow. Closes #268 Closes #268 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e3f6066..d844bda 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,8 +21,8 @@ jobs: - name: Install Dependencies run: npm ci - - name: Install VSCE - run: npm install -g vsce + - name: Install @vscode/vsce + run: npm install -g @vscode/vsce - name: Publish env: