Skip to content

Commit

Permalink
ci: added steps for publishing to openvsx and vs code marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Jan 20, 2025
1 parent 1572ed0 commit 4e28df6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,13 @@ jobs:
asset_path: ./omnetpp-vscode-${{ env.VERSION }}.vsix
asset_name: omnetpp-vscode-${{ env.VERSION }}.vsix
asset_content_type: application/vsix

- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com

0 comments on commit 4e28df6

Please sign in to comment.