Skip to content

docs: add missing information in the room package readme (#105) #45

docs: add missing information in the room package readme (#105)

docs: add missing information in the room package readme (#105) #45

Workflow file for this run

on:
push:
branches:
- main
- dev
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
# - run: npm test # disable temporary
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.INLIVE_JS_SDK_NPM_TOKEN }}
run: npx semantic-release