From 8a099de8595845fdc78a5ba5951d4e2416583121 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Sat, 24 Dec 2022 09:47:13 +0100 Subject: [PATCH] Updated vsce dependency --- .github/workflows/release-beta.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 8214674f..12a88a6f 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -24,7 +24,7 @@ jobs: run: node scripts/beta-release.js $GITHUB_RUN_ID - name: Publish - run: npx vsce publish -p ${{ secrets.VSCE_PAT }} --baseImagesUrl https://raw.githubusercontent.com/estruyf/vscode-front-matter/dev + run: npx @vscode/vsce publish -p ${{ secrets.VSCE_PAT }} --baseImagesUrl https://raw.githubusercontent.com/estruyf/vscode-front-matter/dev - name: Publish to open-vsx.org run: npx ovsx publish -p ${{ secrets.OPEN_VSX_PAT }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10f6d950..ec3ae27f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: run: node scripts/main-release.js - name: Publish - run: npx vsce publish -p ${{ secrets.VSCE_PAT }} + run: npx @vscode/vsce publish -p ${{ secrets.VSCE_PAT }} - name: Publish to open-vsx.org run: npx ovsx publish -p ${{ secrets.OPEN_VSX_PAT }} \ No newline at end of file