Skip to content

Bump next-intl from 3.5.4 to 3.7.0 in /ui (#466) #5

Bump next-intl from 3.5.4 to 3.7.0 in /ui (#466)

Bump next-intl from 3.5.4 to 3.7.0 in /ui (#466) #5

Workflow file for this run

name: Build and Deploy Storybook to Chromatic
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Dependencies
run: npm install
working-directory: ./ui
- name: Build Storybook
run: npm run build-storybook
working-directory: ./ui
- name: Publish to Chromatic
uses: chromaui/action@v10
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: chpt_0314d7b0d66ad0c
storybookBuildDir: "storybook-static"
workingDir: "./ui"