Skip to content

Commit 53c9c6d

Browse files
committed
chore: add missing steps to package and publish jobs
1 parent 013fc4d commit 53c9c6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
runs-on: ubuntu-latest
2929
needs: build
3030
steps:
31+
- uses: actions/checkout@v2
32+
- name: Install dependencies
33+
run: npm ci
3134
- name: Package extension
3235
uses: lannonbr/vsce-action@master
3336
with:
@@ -47,6 +50,9 @@ jobs:
4750
runs-on: ubuntu-latest
4851
needs: build
4952
steps:
53+
- uses: actions/checkout@v2
54+
- name: Install dependencies
55+
- run: npm ci
5056
- name: Publish extension
5157
uses: lannonbr/vsce-action@master
5258
with:

0 commit comments

Comments
 (0)