We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems that the publish CI run exits with errors
Run npm run publish --pat *** npm run publish --pat *** shell: /usr/bin/bash -e {0} > [email protected] publish > vsce publish --no-yarn --skip-duplicate *** Executing prepublish script 'npm run vscode:prepublish'... > [email protected] vscode:prepublish > rimraf dist && npm run -S build -- --minify > [email protected] build > esbuild ./src/extension.ts --bundle --tsconfig=./tsconfig.json --external:vscode --format=cjs --platform=node --outfile=dist/extension.js --minify dist/extension.js 9.1kb ⚡ Done in 4ms Error: Invalid version *** Error: Process completed with exit code 1. ``
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Seems that the publish CI run exits with errors
The text was updated successfully, but these errors were encountered: