Skip to content

build(deps): bump @babel/traverse from 7.19.4 to 7.23.2 #31

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

build(deps): bump @babel/traverse from 7.19.4 to 7.23.2 #31

name: Semantic Release
on:
push:
branches:
- master
- next
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: yarn install
- run: yarn build
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}