Skip to content

Commit e59a8d2

Browse files
committed
chore: fix github actions release job
1 parent 37b8944 commit e59a8d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
9090
with:
9191
node-version: 12
9292

93+
- name: Install dependencies
94+
run: yarn install --frozen-lockfile
95+
9396
- name: Download build artifact
9497
uses: actions/download-artifact@v1
9598
with:

0 commit comments

Comments
 (0)