Skip to content

Merge pull request #261 from torchiaf/fix/253 #7

Merge pull request #261 from torchiaf/fix/253

Merge pull request #261 from torchiaf/fix/253 #7

name: Release Drafter
on:
workflow_dispatch:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}