Skip to content

Commit

Permalink
ci(chromatic): specify exitOnceUploaded in workflow
Browse files Browse the repository at this point in the history
Because of course it doesn't use `package.json`...

refs: f543515
  • Loading branch information
nekowinston committed Sep 9, 2023
1 parent 46ebb95 commit ffbde45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitOnceUploaded: true

0 comments on commit ffbde45

Please sign in to comment.