From b67c701abc0eb8ada873dee405c3f1e505859c07 Mon Sep 17 00:00:00 2001 From: alaycock-creator Date: Tue, 6 Jan 2026 07:13:59 -0800 Subject: [PATCH] Add OVSX publish step to release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfe3e4f..5ef1b2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,7 @@ jobs: - run: npm ci - run: npm run build - run: npx vsce publish -p ${{ secrets.VSCODE_MARKET_TOKEN }} + - run: npx ovsx publish -p ${{ secrets.OVSX_PAT }} - run: cp -r dist/server server/dist # Move server build into server dir - run: cp README.md server - run: npm publish --access public