Skip to content

FIX: CHROMATIC WORKFLOW #3

FIX: CHROMATIC WORKFLOW

FIX: CHROMATIC WORKFLOW #3

name: Chromatic Publish
on: [push]
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: npm i
- name: Publish to Chromatic
run: npx chromatic --project-token=${{ secrets.CHROMATIC_PROJECT_TOKEN }}