Skip to content

Commit a285c38

Browse files
committed
[CI] Split Open VSX from VS Market
1 parent fd5e26e commit a285c38

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
name: Deploy Extension
77
jobs:
8-
deploy:
8+
deploy-open-vsx:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
@@ -17,6 +17,14 @@ jobs:
1717
uses: HaaLeo/publish-vscode-extension@v1
1818
with:
1919
pat: ${{ secrets.OPEN_VSX_TOKEN }}
20+
deploy-vs-marketplace:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: actions/checkout@v2
24+
- uses: actions/setup-node@v1
25+
with:
26+
node-version: 16
27+
- run: npm ci
2028
- name: Publish to Visual Studio Marketplace
2129
uses: HaaLeo/publish-vscode-extension@v1
2230
with:

0 commit comments

Comments
 (0)