Skip to content

Commit 2a2c4f0

Browse files
committed
try automated build pub
1 parent 7d4c569 commit 2a2c4f0

3 files changed

Lines changed: 3152 additions & 218 deletions

File tree

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
- name: Install project dependencies
2525
run: npm install
2626

27+
- name: Publish to vsce
28+
run: npm run publish
29+
env:
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
VSCE_PAT: ${{ secrets.VSCODE_PUBLISH_PAT }}
32+
2733
- name: Build .vsix package
2834
run: npm run build
2935

0 commit comments

Comments
 (0)