Skip to content

Merge branch 'master' into next #8

Merge branch 'master' into next

Merge branch 'master' into next #8

Workflow file for this run

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