Skip to content

Commit 095adec

Browse files
committed
move vsce to workflow
1 parent 016e185 commit 095adec

File tree

3 files changed

+10
-4359
lines changed

3 files changed

+10
-4359
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
env:
4141
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242

43+
- name: Install vsce
44+
run: npm install -g @vscode/vsce
45+
4346
- name: Extract version from package.json
4447
id: package-version
4548
run: |

0 commit comments

Comments
 (0)