Skip to content

Commit 4e28df6

Browse files
committed
ci: added steps for publishing to openvsx and vs code marketplace
1 parent 1572ed0 commit 4e28df6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,13 @@ jobs:
5151
asset_path: ./omnetpp-vscode-${{ env.VERSION }}.vsix
5252
asset_name: omnetpp-vscode-${{ env.VERSION }}.vsix
5353
asset_content_type: application/vsix
54+
55+
- name: Publish to Open VSX Registry
56+
uses: HaaLeo/publish-vscode-extension@v1
57+
with:
58+
pat: ${{ secrets.OPEN_VSX_TOKEN }}
59+
- name: Publish to Visual Studio Marketplace
60+
uses: HaaLeo/publish-vscode-extension@v1
61+
with:
62+
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
63+
registryUrl: https://marketplace.visualstudio.com

0 commit comments

Comments
 (0)