We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bddefe commit 454c481Copy full SHA for 454c481
.github/workflows/cd.yml
@@ -1,9 +1,9 @@
1
on:
2
- workflow_run:
3
- workflows: ["Markup parsing tests"]
4
- branches: [main]
5
- types:
6
- - completed
+ # workflow_run:
+ # workflows: ["Markup parsing tests"]
+ # branches: [main]
+ # types:
+ # - completed
7
push:
8
tags:
9
- "*"
@@ -24,8 +24,6 @@ jobs:
24
node-version: 14.x
25
- name: Install Dependencies
26
run: npm ci
27
- # - name: Package Extension
28
- # run: npm run package
29
- name: Publish to Visual Studio Marketplace
30
run: ./node_modules/.bin/vsce publish -p ${{ secrets.VSCE_PAT }}
31
- name: Publish to Open VSX Registry
0 commit comments