Skip to content

Commit

Permalink
publish: Publish to Open VSX Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo authored Jun 20, 2024
1 parent 7f121e2 commit 21d05c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ jobs:
name: ${{ github.ref_name }}
fail_on_unmatched_files: true
files: ${{ needs.build.outputs.vsixPath }}
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
extensionFile: ${{ needs.build.outputs.vsixPath }}
preRelease: ${{ github.event_name != 'release' || github.event.release.prerelease }}
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
Expand Down

0 comments on commit 21d05c7

Please sign in to comment.