From 19549a7a48e212f8f13c374c74448f34fcdee4ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E8=85=BE=E9=9D=96?= Date: Thu, 29 Aug 2024 04:10:20 +0800 Subject: [PATCH] build: don't publish to ovsx --- .github/workflows/ci.yml | 3 --- package.json | 4 +--- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bbf508..4e7a4e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,9 +96,6 @@ jobs: env: VSCE_PAT: ${{ secrets.VS_MARKETPLACE_TOKEN }} - - name: Publish to Open VSX Registry - run: pnpm run publish:open-vsx -p ${{ secrets.OPEN_VSX_TOKEN }} - - name: Github Release run: npx changelogithub env: diff --git a/package.json b/package.json index e81aac5..940323a 100644 --- a/package.json +++ b/package.json @@ -1957,8 +1957,7 @@ "test": "stale-dep && pnpm compile:test && node ./out/test/runTests.js", "package": "vsce package --no-dependencies", "release": "npx @yutengjing/release", - "publish:vs-marketplace": "vsce publish --no-dependencies", - "publish:open-vsx": "ovsx publish --no-dependencies" + "publish:vs-marketplace": "vsce publish --no-dependencies" }, "devDependencies": { "@types/glob": "^8.1.0", @@ -1977,7 +1976,6 @@ "jsonc-parser": "^3.3.1", "lint-staged": "^15.2.9", "mocha": "^10.7.3", - "ovsx": "^0.9.2", "prettier": "^3.3.3", "rimraf": "^6.0.1", "simple-git-hooks": "^2.11.1",