Skip to content

Bump actions/setup-python from 4 to 5 #29

Bump actions/setup-python from 4 to 5

Bump actions/setup-python from 4 to 5 #29

name: Release Drafter
on:
push:
branches:
- main
# Updates next release notes on any push to main. Label a PR to categorize it
# in accordance with .github/release_drafter.yml.
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}