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

Publish extension to Open VSX via publish action #1758

Merged
merged 2 commits into from
May 24, 2022

Conversation

mattseddon
Copy link
Member

@mattseddon mattseddon commented May 24, 2022

Should close off a checkbox from #429.

Closes #1595.

Thanks to @shcheklein for setting things up with the Eclipse Foundation 🙏🏻 .

Will try and make a full release as soon as we merge this.

@@ -33,6 +33,12 @@ jobs:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com

- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
Copy link
Member Author

Choose a reason for hiding this comment

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

Docs here.

uses: HaaLeo/publish-vscode-extension@v1
with:
extensionFile: './extension/dvc.vsix'
pat: ${{ secrets.OPEN_VSX_TOKEN }}
Copy link
Member Author

Choose a reason for hiding this comment

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

image

Copy link
Member Author

Choose a reason for hiding this comment

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

☝🏻 just added

@mattseddon mattseddon marked this pull request as ready for review May 24, 2022 02:36
@mattseddon mattseddon enabled auto-merge (squash) May 24, 2022 18:25
@codeclimate
Copy link

codeclimate bot commented May 24, 2022

Code Climate has analyzed commit 10410d7 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (85% is the threshold).

This pull request will bring the total coverage in the repository to 96.8% (0.0% change).

View more on Code Climate.

@mattseddon mattseddon merged commit 7e1d50c into main May 24, 2022
@mattseddon mattseddon deleted the add-publish-to-open-vsx branch May 24, 2022 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prepare and publish on open VSX
3 participants