Skip to content

Commit

Permalink
bug fix on chromatic yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvink96 committed Dec 2, 2023
1 parent 7c9c77d commit 203cc5a
Showing 1 changed file with 1 addition and 1 deletion.
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:
# Job steps
steps:
- uses: actions/checkout@v3
- run: yarn
- run: yarn set-version berry && yarn
#👇 Adds Chromatic as a step in the workflow
- uses: chromaui/action@v1
# Options required for Chromatic's GitHub Action
Expand Down

0 comments on commit 203cc5a

Please sign in to comment.