File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,11 +64,18 @@ jobs:
6464 if-no-files-found : error
6565 path : ${{github.workspace}}/cpputest-test-adapter-${{steps.gitversion.outputs.semVer}}.vsix
6666
67- - name : publish to marketplace
68- if : github.ref == 'refs/heads/master'
69- run : npm run publish-buildserver
70- env :
71- VSCE_PAT : ${{ secrets.VS_MARKETPLACE_TOKEN }}
67+ - name : Publish to Open VSX Registry
68+ uses : HaaLeo/publish-vscode-extension@v2
69+ id : publishToOpenVSX
70+ with :
71+ pat : ${{ secrets.OPEN_VSX_TOKEN }}
72+
73+ - name : Publish to Visual Studio Marketplace
74+ uses : HaaLeo/publish-vscode-extension@v2
75+ with :
76+ pat : ${{ secrets.VS_MARKETPLACE_TOKEN }}
77+ registryUrl : https://marketplace.visualstudio.com
78+ extensionFile : ${{ steps.publishToOpenVSX.outputs.vsixPath }}
7279
7380 - name : create a release
7481 if : github.ref == 'refs/heads/master'
You can’t perform that action at this time.
0 commit comments