Skip to content

Merge pull request #730 from stevenbronson-wk/makefile-paths #180

Merge pull request #730 from stevenbronson-wk/makefile-paths

Merge pull request #730 from stevenbronson-wk/makefile-paths #180

name: Release Drafter
on:
push:
branches:
- master
permissions: {}
jobs:
update_release_draft:
runs-on: ubuntu-24.04
permissions:
contents: write
pull-requests: read
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}