Skip to content

Commit 6386f4a

Browse files
committed
new build process
1 parent b862cac commit 6386f4a

4 files changed

Lines changed: 1332 additions & 5971 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
- name: Build .vsix package
2828
run: npm run build
2929

30+
- name: Publish to VS Code Marketplace
31+
run: vsce publish minor
32+
env:
33+
VSCE_PAT: ${{ secrets.VSCODE_PUBLISH_PAT }}
34+
3035
- name: Set .vsix file path
3136
id: get_vsix
3237
run: |

0 commit comments

Comments
 (0)