Skip to content

Update opub-ui version to 0.3.14 #245

Update opub-ui version to 0.3.14

Update opub-ui version to 0.3.14 #245

Workflow file for this run

name: 'OPub UI'
on:
push:
paths:
- 'packages/opub-ui/**'
branches:
- main
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # Required to retrieve git history
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Publish Library to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: packages/opub-ui
onlyChanged: true
externals: packages/(icons/icons|tokens/src)/**