Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Merge pull request #327 from nekochans/release/v3.0.3 #738

Merge pull request #327 from nekochans/release/v3.0.3

Merge pull request #327 from nekochans/release/v3.0.3 #738

Workflow file for this run

name: chromatic
on: push
jobs:
chromatic-deployment:
name: Deploy Storybook to chromatic
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true