Skip to content

Commit

Permalink
fix stories workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-gg-dev committed Nov 20, 2023
1 parent 86d8f0d commit 5e26f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Publish stories to Chromatic
run: npm run stories:publish --ci --project-token=${{ secrets.CHROMATIC_PROJECT_TOKEN }}
run: npm run stories:publish -- --ci --project-token=${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 comments on commit 5e26f81

Please sign in to comment.