Skip to content

Commit 6c63d03

Browse files
committed
build: update chromatic
1 parent cb506b8 commit 6c63d03

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/chromatic.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install dependencies
5858
run: npm install
5959
- name: Publish to Chromatic
60-
uses: chromaui/action@v11
60+
uses: chromaui/action@latest
6161
continue-on-error: true
6262
with:
6363
token: ${{ secrets.GITHUB_TOKEN }}
@@ -66,3 +66,6 @@ jobs:
6666
exitOnceUploaded: true
6767
onlyChanged: true,
6868
untraced: '.storybook/images/**/*,storyhelpers/**/*'
69+
autoAcceptChanges: 'v*/contrib'
70+
externals: |
71+
.storybook/images/**

0 commit comments

Comments
 (0)