Skip to content

fix: Add missing types for vi. (#184) #2

fix: Add missing types for vi. (#184)

fix: Add missing types for vi. (#184) #2

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: yarn
- run: yarn install
- uses: changesets/action@v1
with:
commit: 'chore: Version packages'
title: 'chore: Version packages'
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}