Skip to content

🐛 (bot) Fix reactivity issue when filtering single choices #121

🐛 (bot) Fix reactivity issue when filtering single choices

🐛 (bot) Fix reactivity issue when filtering single choices #121

name: Publish @typebot.io/react package to NPM
on:
push:
tags:
- 'react-v*'
jobs:
publish:
runs-on: ubuntu-latest
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
- run: pnpm i --frozen-lockfile
- run: pnpm turbo build [email protected]/react...
- run: cd packages/embeds/react && pnpm publish --no-git-checks --access public