Skip to content

Commit 747329e

Browse files
committed
add vsce publish step
1 parent a8da222 commit 747329e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,10 @@ jobs:
3232
run: npx semantic-release
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
3635
working-directory: vscode-extension
36+
37+
- name: Publish extension
38+
run: npx vcse package && npx vcse publish
39+
env:
40+
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
41+
working-directory: vscode-extension

0 commit comments

Comments
 (0)