diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bcf17cd..9d721ac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: node-version: v16.x #- run: npm install -g npm@latest - run: npm install -g npm@8.13.2 - - run: npm install -g vsce@2.9.2 + - run: npm install -g vscode/vsce@2.15.0 - run: vsce package --out dist/ @@ -128,7 +128,7 @@ jobs: id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/} - - run: npm install -g vsce@1.96.1 + - run: npm install -g vscode/vsce@2.15.0 - run: vsce publish -p "${MARKETPLACE_TOKEN}" --packagePath dist/${PACKAGE_NAME}-${VERSION}.vsix env: # Note: Marketplace Token according to: