We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47dc55 commit 64e60f9Copy full SHA for 64e60f9
.github/workflows/release.yml
@@ -146,13 +146,10 @@ jobs:
146
client-id: ${{ secrets.AZURE_CLIENT_ID }}
147
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
148
allow-no-subscriptions: true
149
+ enable-AzPSSession: true
150
151
- name: Publish to Registry
- uses: azure/cli@v2
152
- with:
153
- azcliversion: latest
154
- inlineScript: |
155
- npx @vscode/vsce publish --azure-credential --packagePath *.vsix
+ run: npx @vscode/vsce publish --azure-credential --packagePath *.vsix
156
157
open-vsx-publish:
158
name: Publish to Open VSX Registry
0 commit comments