We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5e26e commit a285c38Copy full SHA for a285c38
1 file changed
.github/workflows/publish.yml
@@ -5,7 +5,7 @@ on:
5
6
name: Deploy Extension
7
jobs:
8
- deploy:
+ deploy-open-vsx:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
@@ -17,6 +17,14 @@ jobs:
17
uses: HaaLeo/publish-vscode-extension@v1
18
with:
19
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
28
- name: Publish to Visual Studio Marketplace
29
30
0 commit comments