Skip to content

Commit

Permalink
chore: Publishes to open VSX registry
Browse files Browse the repository at this point in the history
  • Loading branch information
metacurb committed Apr 1, 2024
1 parent 9ee6d9c commit c19e648
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 @@ -26,6 +26,11 @@ jobs:
id: package
uses: nhedger/package-vscode-extension@v1

- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}

- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
Expand Down

0 comments on commit c19e648

Please sign in to comment.