Skip to content

Merge branch 'main' into fix-dist-config #142

Merge branch 'main' into fix-dist-config

Merge branch 'main' into fix-dist-config #142

Workflow file for this run

name: Chromatic
on: push
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: pnpm install
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
exitOnceUploaded: true
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}