Skip to content

Commit

Permalink
chore: fix github actions release job
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-oles committed May 27, 2020
1 parent 37b8944 commit e59a8d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -90,6 +90,9 @@ jobs:
with:
node-version: 12

- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Download build artifact
uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit e59a8d2

Please sign in to comment.