Skip to content

Merge pull request #336 from xyvora/iLevyTate-patch-2 #223

Merge pull request #336 from xyvora/iLevyTate-patch-2

Merge pull request #336 from xyvora/iLevyTate-patch-2 #223

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release_draft_template.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}