Skip to content

chore(deps-dev): bump typescript from 5.6.2 to 5.7.2 #102

chore(deps-dev): bump typescript from 5.6.2 to 5.7.2

chore(deps-dev): bump typescript from 5.6.2 to 5.7.2 #102

name: Release Drafter
on:
push:
branches:
- main
- 2.x
jobs:
correct_repository:
runs-on: ubuntu-latest
steps:
- name: fail on fork
if: github.repository_owner != 'kurkle'
run: exit 1
update_release_draft:
needs: correct_repository
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}