Skip to content

Bump ts-jest from 29.1.2 to 29.1.5 (#171) #21

Bump ts-jest from 29.1.2 to 29.1.5 (#171)

Bump ts-jest from 29.1.2 to 29.1.5 (#171) #21

name: 'auto: Release Notes 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: toolmantim/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}