We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3450bc4 commit e4042a0Copy full SHA for e4042a0
.github/workflows/ci.yml
@@ -151,17 +151,9 @@ jobs:
151
152
- name: Publish to Chromatic
153
if: ${{ !github.event.act }}
154
- uses: chromaui/action@v1
155
env:
156
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
157
- with:
158
- # Note: since we use `buildScriptName` we have to specify some of those parameters into the underlying `package.json` script named `chromatic`
159
- projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
160
- buildScriptName: build
161
- autoAcceptChanges: true
162
- onlyChanged: true
163
- externals: public/**
164
- exitZeroOnChanges: true
+ run: npm run chromatic
165
166
- name: Set up Docker buildx
167
uses: docker/setup-buildx-action@v3
0 commit comments