Skip to content

Commit a6ed39c

Browse files
Update release.yml
1 parent 432bd8f commit a6ed39c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
uses: actions/checkout@master
7070
with:
7171
fetch-depth: 3
72+
- name: Install Package dependencies
73+
run: yarn install
7274
- name: Build
7375
run: |
7476
git clone --depth=1 https://github.com/wp-content-framework/travis-ci.git travis-ci
@@ -101,6 +103,8 @@ jobs:
101103
uses: actions/checkout@master
102104
with:
103105
fetch-depth: 3
106+
- name: Install Package dependencies
107+
run: yarn install
104108
- name: Build
105109
run: yarn build
106110
- name: Upload

0 commit comments

Comments
 (0)