Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 6e4ed80

Browse files
committed
ci: update code publish mechanism
1 parent 2dd64b1 commit 6e4ed80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
npm ci
3838
npm install -g @vscode/vsce
3939
- name: Publish
40-
run: vscode publish --pat ${{ secrets.VSCE_PAT }}
40+
run: vsce publish --pat ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)