Skip to content

⚙️ chore: Migrate to biome, migrate to vitest and updates/upgrade… #79

⚙️ chore: Migrate to biome, migrate to vitest and updates/upgrade…

⚙️ chore: Migrate to biome, migrate to vitest and updates/upgrade… #79

name: 'Release Drafter'
on:
workflow_dispatch: {}
push:
branches:
- main
concurrency:
group: drafter-${{ github.ref }}
cancel-in-progress: true
jobs:
update_draft_release:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}