probe-rs / vscode

VSCode debug extension for probe-rs. It uses the MS DAP protocol to communicate directly with the probe (via probe-rs), and supports basic command line debugging in addition to VSCode UI.
https://probe.rs/
Other
65 stars 6 forks source link

CI Publish fails #81

Closed Murmele closed 8 months ago

Murmele commented 8 months ago

Seems that the publish CI run exits with errors


Run npm run publish --pat ***
  npm run publish --pat ***
  shell: /usr/bin/bash -e {0}

> probe-rs-debugger@0.22.1 publish
> vsce publish --no-yarn --skip-duplicate ***

Executing prepublish script 'npm run vscode:prepublish'...

> probe-rs-debugger@0.22.1 vscode:prepublish
> rimraf dist && npm run -S build -- --minify

> probe-rs-debugger@0.22.1 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.
``