Skip to content

Commit

Permalink
Merge pull request #3882 from github/koesie10/fix-azure-publish
Browse files Browse the repository at this point in the history
Fix publishing to VS Code Marketplace
  • Loading branch information
aeisenberg authored Dec 20, 2024
2 parents a47dc55 + 64e60f9 commit a86775f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a86775f

Please sign in to comment.