Skip to content

chore: bump xcm

chore: bump xcm #8849

Workflow file for this run

name: 'Chromatic Deployment'
on:
push:
branches:
- master
pull_request:
# manual trigger
workflow_dispatch:
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
# Required to retrieve git history
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}