Skip to content

build(deps-dev): bump vitest from 0.34.4 to 1.6.0 #2594

build(deps-dev): bump vitest from 0.34.4 to 1.6.0

build(deps-dev): bump vitest from 0.34.4 to 1.6.0 #2594

name: Release
on:
push:
branches:
- master
pull_request:
branches:
- master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Release script
run: npx semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}