Skip to content

Commit 0f6b207

Browse files
committed
fix ci
1 parent 62834aa commit 0f6b207

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/vcstore.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ on:
1717
jobs:
1818
build:
1919

20-
strategy:
21-
matrix:
22-
os: [ ubuntu-latest ]
23-
24-
runs-on: ${{ matrix.os }}
20+
runs-on: ubuntu-latest
2521

2622
steps:
2723
- name: Checkout
@@ -32,6 +28,7 @@ jobs:
3228
with:
3329
node-version: 16.x
3430

31+
- run: npm install -g vsce
3532
- run: npm install
3633
- run: vsce package
3734

0 commit comments

Comments
 (0)