Skip to content

Commit 83454d4

Browse files
authored
Switch to installing vsce in github actions (#167)
1 parent 05b4b66 commit 83454d4

File tree

3 files changed

+4
-362
lines changed

3 files changed

+4
-362
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
- name: Setup NPM
1818
run: |
1919
npm install
20+
npm install -g vsce
2021
npm run compile
2122
- name: Publish
2223
if: success()
23-
run: npm run deploy
24+
run: vsce publish
2425
env:
2526
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)