Skip to content

Bump ip from 2.0.0 to 2.0.1 (#102) #275

Bump ip from 2.0.0 to 2.0.1 (#102)

Bump ip from 2.0.0 to 2.0.1 (#102) #275

Workflow file for this run

name: 'Publish to Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}