Skip to content

fix: update default bitrate to prevent bandwidth limitation (#106) #46

fix: update default bitrate to prevent bandwidth limitation (#106)

fix: update default bitrate to prevent bandwidth limitation (#106) #46

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