-
Notifications
You must be signed in to change notification settings - Fork 29
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
Conversation
@@ -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 |
There was a problem hiding this comment.
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 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
☝🏻 just added
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. |
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.