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 cafc285 commit 178fd3aCopy full SHA for 178fd3a
.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 -- --pat VSCE_PAT
+ npm run publish:marketplace
32
echo "Successfully published version $current_package_version to VS Code Marketplace"
0 commit comments