Skip to content

Commit

Permalink
Publish extension to VSX registry
Browse files Browse the repository at this point in the history
  • Loading branch information
farisd16 committed Nov 26, 2024
1 parent 0b14863 commit a9c1d9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
- name: Publish Plugin
run: npx vsce publish --packagePath ./apollon-vscode-${{ steps.strip-v.outputs.VERSION }}.vsix -p ${{ secrets.PUBLISH_TOKEN }}

- name: Publish to VSX Registry
id: vsx-publish
run: |
npx ovsx publish -p ${{ secrets.VSX_PUBLISH_TOKEN }} ./apollon-vscode-${{ steps.strip-v.outputs.VERSION }}.vsix
# Upload artifact as a release asset
- name: Upload Release Asset
env:
Expand Down

0 comments on commit a9c1d9a

Please sign in to comment.