Skip to content

chore(deps): bump actions/checkout from 4 to 5 (#5) #44

chore(deps): bump actions/checkout from 4 to 5 (#5)

chore(deps): bump actions/checkout from 4 to 5 (#5) #44

name: Release Drafter
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-drafter:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}