From 20333aa75651188f6ea4c5ddf3e2b26417cbc872 Mon Sep 17 00:00:00 2001 From: Stef Tervelde Date: Wed, 26 Nov 2025 19:47:26 +0100 Subject: [PATCH] openvsx publishing --- .github/workflows/release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be30be9..e10b49b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,4 +94,9 @@ jobs: env: VSCE_PAT: ${{ secrets.VSCE_PAT }} run: | - vsce publish \ No newline at end of file + vsce publish + + - name: Install ovsx + run: | + npm install -g @vscode/ovsx + npm run ovsx publish *.vsix -p ${{ secrets.OPENVSX_TOKEN }} \ No newline at end of file