Skip to content

feat: Update @untemps/vocal to 2.2.0 and expose microphone permission… #64

feat: Update @untemps/vocal to 2.2.0 and expose microphone permission…

feat: Update @untemps/vocal to 2.2.0 and expose microphone permission… #64

Workflow file for this run

name: "Publish package"
on:
push:
branches:
- main
- beta
permissions:
contents: write
id-token: write
pull-requests: write
issues: write
jobs:
release:
runs-on: ubuntu-latest
env:
HUSKY: '0'
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: '24'
- run: yarn install --frozen-lockfile
- run: yarn test:ci
- run: yarn build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- uses: codecov/codecov-action@v5
with:
files: coverage/lcov.info