From 64e60f986cc4a1d542327b61d05e011824401996 Mon Sep 17 00:00:00 2001 From: Koen Vlaswinkel Date: Fri, 20 Dec 2024 10:26:09 +0100 Subject: [PATCH] Fix publishing to VS Code Marketplace --- .github/workflows/release.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54c482db9..757d953de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -146,13 +146,10 @@ jobs: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} allow-no-subscriptions: true + enable-AzPSSession: true - name: Publish to Registry - uses: azure/cli@v2 - with: - azcliversion: latest - inlineScript: | - npx @vscode/vsce publish --azure-credential --packagePath *.vsix + run: npx @vscode/vsce publish --azure-credential --packagePath *.vsix open-vsx-publish: name: Publish to Open VSX Registry