Skip to content

Commit

Permalink
fix release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly authored Oct 23, 2019
1 parent 3bbd147 commit e3582f0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/

- name: install node
uses: actions/setup-node@v1
with:
node-version: 12
- name: upgrade yarn
run: npm install yarn -g

- name: install
run: yarn install
Expand Down

0 comments on commit e3582f0

Please sign in to comment.