Skip to content

Commit b407310

Browse files
committed
update publish to only publish to VS Marketplace
1 parent 774d046 commit b407310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/marketplace-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
run: |
2929
current_package_version=$(node -p "require('./package.json').version")
3030
npm run vsix
31-
npm run publish:marketplace
31+
npm run publish:marketplace -- --pat VSCE_PAT
3232
echo "Successfully published version $current_package_version to VS Code Marketplace"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"start:webview": "cd webview-ui && npm run start",
137137
"build:webview": "cd webview-ui && npm run build",
138138
"test:webview": "cd webview-ui && npm run test",
139-
"publish:marketplace": "vsce publish && ovsx publish"
139+
"publish:marketplace": "vsce publish"
140140
},
141141
"devDependencies": {
142142
"@types/diff": "^5.2.1",

0 commit comments

Comments
 (0)