We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1572ed0 commit 4e28df6Copy full SHA for 4e28df6
.github/workflows/release.yml
@@ -51,3 +51,13 @@ jobs:
51
asset_path: ./omnetpp-vscode-${{ env.VERSION }}.vsix
52
asset_name: omnetpp-vscode-${{ env.VERSION }}.vsix
53
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
61
62
+ pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
63
+ registryUrl: https://marketplace.visualstudio.com
0 commit comments