Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 9e015fe

Browse files
chore(.github/workflows/build.yaml): publish step (#18)
1 parent 28d88ce commit 9e015fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ jobs:
4040
with:
4141
files: "*.vsix"
4242
tag_name: ${{ github.event.inputs.version }}
43+
44+
# Publish to VS Code Marketplace
45+
- name: Publish to VS Code Marketplace
46+
run: npx vsce publish
47+
env:
48+
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)