Skip to content

Upgrade Chromatic CLI to 11.4.0 #1345

Upgrade Chromatic CLI to 11.4.0

Upgrade Chromatic CLI to 11.4.0 #1345

Workflow file for this run

name: "Chromatic"
on: push
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: yarn install --ignore-scripts
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
externals: |
- 'public/**'
onlyChanged: true
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}