Skip to content

Commit 7abe752

Browse files
committed
feat: Add steps to install vsce and publish to Visual Studio Marketplace
1 parent 4f3c607 commit 7abe752

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,11 @@ jobs:
4747
with:
4848
name: vsix-package
4949
path: '*.vsix'
50+
51+
- name: Install vsce
52+
run: npm install -g @vscode/vsce
53+
54+
- name: Publish to Visual Studio Marketplace
55+
run: vsce publish --pat $VSCE_TOKEN --no-verify
56+
env:
57+
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

0 commit comments

Comments
 (0)