Skip to content

docs: Create LICENSE #8

docs: Create LICENSE

docs: Create LICENSE #8

Workflow file for this run

name: Release
on:
push:
branches: [ main ]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm ci
- run: npx semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}