Skip to content

Fix component CSS leaking page-wide in snapshots (nested :hover/:focus) #366

Fix component CSS leaking page-wide in snapshots (nested :hover/:focus)

Fix component CSS leaking page-wide in snapshots (nested :hover/:focus) #366

Workflow file for this run

name: Release
on:
release:
types: [published]
permissions:
contents: read
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
node-version: 24
registry-url: 'https://registry.npmjs.org'
- run: yarn
- run: yarn build
- name: lerna publish
run: yarn lerna publish from-package --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}