Skip to content

build(deps): bump @babel/traverse from 7.22.15 to 7.23.2 #2435

build(deps): bump @babel/traverse from 7.22.15 to 7.23.2

build(deps): bump @babel/traverse from 7.22.15 to 7.23.2 #2435

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 }}