Skip to content

Bump @storybook/addon-essentials from 7.6.4 to 8.0.0 in /storybook #193

Bump @storybook/addon-essentials from 7.6.4 to 8.0.0 in /storybook

Bump @storybook/addon-essentials from 7.6.4 to 8.0.0 in /storybook #193

Workflow file for this run

name: chromatic
on: push
jobs:
chromatic:
environment: elements
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install lib dependencies
working-directory: ./lib
run: npm install
- name: install storybook dependencies
working-directory: ./storybook
run: npm install
- name: publish to chromatic
uses: chromaui/action@latest
with:
workingDir: ./storybook
buildScriptName: build
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
zip: true