Skip to content

correction

correction #2

Workflow file for this run

# Workflow name
name: "Chromatic Publish"
# Event for the workflow
on:
branches:
- chromatic
# List of jobs
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci
- uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitZeroOnChanges: true