sourcery-ai / sourcery-vscode

VS Code extension for Sourcery
MIT License
83 stars 11 forks source link

ci: dont publish to ovsx #248

Closed Hellebore closed 2 months ago

Hellebore commented 2 months ago

Checklist

Summary by Sourcery

This pull request updates the CI workflow by removing the step that publishes the package to the Open VSX Registry, simplifying the publishing process.

sourcery-ai[bot] commented 2 months ago

Reviewer's Guide by Sourcery

This pull request modifies the CI workflow by removing the step that publishes the VSIX package to the Open VSX registry. The change is implemented by deleting the 'yarn run ovsx publish' command from the '.github/workflows/publish.yml' file.

File-Level Changes

Files Changes
.github/workflows/publish.yml Removed the step to publish the VSIX package to the Open VSX registry in the GitHub Actions workflow.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.