Skip to content

⬆️ Bump actions/cache from 3.0.8 to 4.1.2 #27

⬆️ Bump actions/cache from 3.0.8 to 4.1.2

⬆️ Bump actions/cache from 3.0.8 to 4.1.2 #27

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [ opened, reopened, synchronize ]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Drafts next Release notes
uses: release-drafter/release-drafter@v5
with:
config-name: config/release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}