Skip to content

Commit e85559e

Browse files
authored
Fixes Issue #72: Bring Plugin to cursor (#78)
Co-authored-by: Scott Bauer <scott.bauer@quantum.com>
1 parent 1739c0d commit e85559e

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

.github/workflows/do_release.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)