Skip to content
New issue

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

CI Publish fails #81

Closed
Murmele opened this issue Jan 22, 2024 · 0 comments · Fixed by #80
Closed

CI Publish fails #81

Murmele opened this issue Jan 22, 2024 · 0 comments · Fixed by #80

Comments

@Murmele
Copy link
Contributor

Murmele commented Jan 22, 2024

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.
``
@noppej noppej linked a pull request Jan 22, 2024 that will close this issue
@noppej noppej closed this as completed Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants