Skip to content

docs: update changelog #1411

docs: update changelog

docs: update changelog #1411

Workflow file for this run

name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# Chromatic needs the full git history in order to track changes over time.
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install dependencies
run: yarn install --ignore-scripts
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitZeroOnChanges: true
onlyChanged: true