Skip to content

v0.1.8: ChatWidget font size inheritance fix #18

v0.1.8: ChatWidget font size inheritance fix

v0.1.8: ChatWidget font size inheritance fix #18

Workflow file for this run

name: Publish to npm
on:
push:
tags:
- 'v*'
permissions:
contents: read
id-token: write
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Publish
run: npm publish --provenance --access public