Fix marketplace publish (#24)

This commit is contained in:
ColemanRoo 2024-11-28 13:32:00 -06:00 committed by GitHub
parent cafc2852ca
commit 178fd3ac34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,5 +28,5 @@ jobs:
run: |
current_package_version=$(node -p "require('./package.json').version")
npm run vsix
npm run publish:marketplace -- --pat VSCE_PAT
npm run publish:marketplace
echo "Successfully published version $current_package_version to VS Code Marketplace"