Skip to content

Commit 25baf48

Browse files
committed
Fix publish workflow. Closes #268
Closes #268
1 parent 5c9f872 commit 25baf48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Install Dependencies
2222
run: npm ci
2323

24-
- name: Install VSCE
25-
run: npm install -g vsce
24+
- name: Install @vscode/vsce
25+
run: npm install -g @vscode/vsce
2626

2727
- name: Publish
2828
env:

0 commit comments

Comments
 (0)