Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 17, 2026

The release workflow fails when attempting to publish vscode-objectql to npm. VSCode extensions should only be published to the VSCode Marketplace via vsce, not npm.

Changes

  • Add vscode-objectql to the ignore array in .changeset/config.json

This prevents changeset from attempting to publish the VSCode extension package to npm while allowing all other @objectql/* packages to publish normally.

{
  "ignore": ["vscode-objectql"]
}

The VSCode extension can be published separately to the marketplace using its existing vsce publish workflow when needed.

Original prompt

引用: https://github.com/objectstack-ai/objectql/actions/runs/21085726694/job/60648624317#step:8:1


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Update action run steps in workflow Fix release workflow: exclude vscode-objectql from npm publishing Jan 17, 2026
Copilot AI requested a review from hotlong January 17, 2026 01:15
@hotlong hotlong marked this pull request as ready for review January 17, 2026 01:18
Copilot AI review requested due to automatic review settings January 17, 2026 01:18
@github-actions
Copy link
Contributor

⚠️ No Changeset Found

This PR does not include a changeset file.
If this PR includes user-facing changes, please add a changeset by running:

pnpm changeset

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a release workflow failure by preventing the vscode-objectql VSCode extension from being published to npm. VSCode extensions should only be published to the VSCode Marketplace using vsce, not to the npm registry.

Changes:

  • Add vscode-objectql to the ignore array in .changeset/config.json to exclude it from npm publishing

@hotlong hotlong merged commit 4306517 into main Jan 17, 2026
19 checks passed
@hotlong hotlong deleted the copilot/update-action-run-steps branch January 17, 2026 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants