Skip to content

Commit

Permalink
fix: typo in chromatic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syauqi committed Nov 7, 2023
1 parent 1267bbd commit fcb837e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
# Job steps
steps:
- uses: actions/checkout@v1
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v2
with:
version: 8.7.6
- name: Install dependencies
# 👇 Install dependencies with the same package manager used in the project (replace it as needed), e.g. yarn, npm, pnpm
run: pnpm i
run: pnpm i
# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action@v1
Expand Down

0 comments on commit fcb837e

Please sign in to comment.