Skip to content

Commit

Permalink
feat: support for platform specific extension on open-vsx.org
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmu committed Dec 21, 2024
1 parent eb27856 commit 143923b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ jobs:
- run: npx @vscode/vsce publish --packagePath $(find . -iname *.vsix)
env:
VSCE_PAT: ${{ secrets.VS_MARKETPLACE_TOKEN }}

# The Open VSX publishing steps remain commented out as platform-specific packages are not supported.
# - name: Install Open VSX CLI
# run: npm install -g ovsx
# - name: Publish Extension to Open VSX Registry
# run: ovsx publish -p ${{ secrets.OPEN_VSX_TOKEN }}
- run: npx ovsx publish --packagePath $(find . -iname *.vsix)
env:
OVSX_PAT: ${{ secrets.OPEN_VSX_TOKEN }}

0 comments on commit 143923b

Please sign in to comment.