Skip to content

Release

Release #60

Workflow file for this run

name: Release
on:
workflow_run:
workflows: ["CI"]
types:
- completed
branches:
- main
jobs:
release:
strategy:
matrix:
node-version: [20.x]
name: Create a new release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oven-sh/[email protected]
with:
bun-version: latest
- run: bun install
- run: HUSKY=0 bun install --frozen-lockfile
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bun run semantic-release