Skip to content

Update actions/setup-python action to v5 (#133) #40

Update actions/setup-python action to v5 (#133)

Update actions/setup-python action to v5 (#133) #40

name: Release Management
on:
push:
branches:
- master
jobs:
update_draft_release:
runs-on: ubuntu-latest
steps:
- uses: toolmantim/release-drafter@v5.25.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}