Skip to content

Commit

Permalink
fix: depandancy installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
biswarup35 committed May 8, 2022
1 parent c5c1d20 commit fa66c13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
with:
node-version: "14.x"
- name: "Install dependencies"
uses: actions/install@v2
with:
yarn: true
run: yarn install --frozen-lockfile
- name: "Run build"
run: yarn turbo run build
- name: "Publish"
Expand Down

0 comments on commit fa66c13

Please sign in to comment.