We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774d046 commit b407310Copy full SHA for b407310
.github/workflows/marketplace-publish.yml
@@ -28,5 +28,5 @@ jobs:
28
run: |
29
current_package_version=$(node -p "require('./package.json').version")
30
npm run vsix
31
- npm run publish:marketplace
+ npm run publish:marketplace -- --pat VSCE_PAT
32
echo "Successfully published version $current_package_version to VS Code Marketplace"
package.json
@@ -136,7 +136,7 @@
136
"start:webview": "cd webview-ui && npm run start",
137
"build:webview": "cd webview-ui && npm run build",
138
"test:webview": "cd webview-ui && npm run test",
139
- "publish:marketplace": "vsce publish && ovsx publish"
+ "publish:marketplace": "vsce publish"
140
},
141
"devDependencies": {
142
"@types/diff": "^5.2.1",
0 commit comments