Skip to content

Commit

Permalink
build: don't publish to ovsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tjx666 committed Aug 28, 2024
1 parent 5eafe8d commit 3eda54c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 95 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
89 changes: 0 additions & 89 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3eda54c

Please sign in to comment.