Skip to content

Upgrade to SB v8.0.0 (non-rc) and fix reference to Icons component #117

Upgrade to SB v8.0.0 (non-rc) and fix reference to Icons component

Upgrade to SB v8.0.0 (non-rc) and fix reference to Icons component #117

Workflow file for this run

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