Skip to content

CI workflow fixes #2254

CI workflow fixes

CI workflow fixes #2254

name: Release Drafter
on:
push:
branches:
- stable
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "stable"
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}