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

fix: publishing vscode extension #2565

Merged
merged 1 commit into from
Sep 2, 2024
Merged

fix: publishing vscode extension #2565

merged 1 commit into from
Sep 2, 2024

Conversation

wesbillman
Copy link
Member

Fixes #2536

@wesbillman wesbillman requested review from a team, matt2e and deniseli and removed request for a team August 30, 2024 16:07
This was referenced Aug 30, 2024
@wesbillman wesbillman added this pull request to the merge queue Aug 30, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 30, 2024
@alecthomas
Copy link
Collaborator

Can you add a check to ci.yml that verifies that this will work please? I want to try and avoid this situation in the future.

It can use the if statement to only run in the merge queue if it's slow.

Comment on lines +157 to +158
- name: VSCode extension pnpm build and package
run: just package-extension
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alecthomas this should catch the error in CI now. It was just building before and not actually packaging. I'm going to avoid testing the publish in CI for now as that would be way more complex.

@wesbillman wesbillman added this pull request to the merge queue Sep 2, 2024
Merged via the queue into main with commit b839df5 Sep 2, 2024
23 checks passed
@wesbillman wesbillman deleted the fix-extension-build branch September 2, 2024 17:08
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 this pull request may close these issues.

VSCode extension release fails
4 participants