Skip to content

Commit 7e1d50c

Browse files
authored
Extend publish action to publish to Open VSX (#1758)
1 parent 89d4a4c commit 7e1d50c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
3434
registryUrl: https://marketplace.visualstudio.com
3535

36+
- name: Publish to Open VSX Registry
37+
uses: HaaLeo/publish-vscode-extension@v1
38+
with:
39+
extensionFile: './extension/dvc.vsix'
40+
pat: ${{ secrets.OPEN_VSX_TOKEN }}
41+
3642
- name: Get Most Recent Changelog Entry
3743
id: changelog_reader
3844
uses: mindsers/changelog-reader-action@v2

0 commit comments

Comments
 (0)