File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ jobs:
511
511
# the check to pass. This is desired in PRs, but not in mainline.
512
512
- name : Publish to Chromatic (non-mainline)
513
513
if : github.ref != 'refs/heads/main' && github.repository_owner == 'coder'
514
- uses : chromaui/action@v11
514
+ uses : chromaui/action@v10
515
515
env :
516
516
NODE_OPTIONS : " --max_old_space_size=4096"
517
517
STORYBOOK : true
@@ -542,7 +542,7 @@ jobs:
542
542
# infinitely "in progress" in mainline unless we re-review each build.
543
543
- name : Publish to Chromatic (mainline)
544
544
if : github.ref == 'refs/heads/main' && github.repository_owner == 'coder'
545
- uses : chromaui/action@v11
545
+ uses : chromaui/action@v10
546
546
env :
547
547
NODE_OPTIONS : " --max_old_space_size=4096"
548
548
STORYBOOK : true
You can’t perform that action at this time.
0 commit comments