Skip to content

fix(babel): removed inline transpilation that appears to be unnecessa… #23

fix(babel): removed inline transpilation that appears to be unnecessa…

fix(babel): removed inline transpilation that appears to be unnecessa… #23

Workflow file for this run

name: Release
"on":
push:
branches:
- master
- next
- beta
- "*.x"
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_NPM_TOKEN }}