Skip to content

Commit 64e60f9

Browse files
committed
Fix publishing to VS Code Marketplace
1 parent a47dc55 commit 64e60f9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,10 @@ jobs:
146146
client-id: ${{ secrets.AZURE_CLIENT_ID }}
147147
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
148148
allow-no-subscriptions: true
149+
enable-AzPSSession: true
149150

150151
- name: Publish to Registry
151-
uses: azure/cli@v2
152-
with:
153-
azcliversion: latest
154-
inlineScript: |
155-
npx @vscode/vsce publish --azure-credential --packagePath *.vsix
152+
run: npx @vscode/vsce publish --azure-credential --packagePath *.vsix
156153

157154
open-vsx-publish:
158155
name: Publish to Open VSX Registry

0 commit comments

Comments
 (0)