Skip to content

Commit

Permalink
Use proper param
Browse files Browse the repository at this point in the history
  • Loading branch information
ertrzyiks committed Aug 7, 2023
1 parent a96f889 commit 6789a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cache: 'yarn'

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

- name: Publish to Chromatic
uses: chromaui/action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'yarn'

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

deploy:
needs:
Expand Down

0 comments on commit 6789a0e

Please sign in to comment.