diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fb5506..a92e17e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,3 +35,10 @@ jobs: pat: ${{ secrets.VS_MARKETPLACE_TOKEN }} registryUrl: https://marketplace.visualstudio.com yarn: true + + - name: Publish to Open VSX Registry + uses: HaaLeo/publish-vscode-extension@v2 + with: + pat: ${{ secrets.OPEN_VSX_TOKEN }} + registryUrl: https://open-vsx.org + yarn: true \ No newline at end of file diff --git a/README.md b/README.md index b3b6a34..9f27236 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ > [!NOTE] > **This is a community maintained fork of archived [overextended/cfxlua-vscode](https://github.com/overextended/cfxlua-vscode).** +> +> **Open VSX Support:** This PR adds automated publishing to Open VSX Registry alongside the existing Visual Studio Marketplace publishing, making the extension available to users of open-source VS Code alternatives like VSCodium. _This extension is not authored, published, sponsored, nor endorsed by Cfx.re._