Skip to content

chore: release cli 0.0.1-alpha.366 & ui 0.0.1-alpha.356 #913

chore: release cli 0.0.1-alpha.366 & ui 0.0.1-alpha.356

chore: release cli 0.0.1-alpha.366 & ui 0.0.1-alpha.356 #913

Workflow file for this run

name: 'Chromatic'
on:
push:
branches:
- main
pull_request:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
- name: Install Bun and PNPM globally
run: npm install -g bun pnpm
- name: Install Dependencies
run: bun install --no-cache
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: chpt_845c7a47afdb884
exitOnceUploaded: true
exitZeroOnChanges: true