Skip to content

chore(gha): bump actions/download-artifact from 7 to 8 (#3482) #2651

chore(gha): bump actions/download-artifact from 7 to 8 (#3482)

chore(gha): bump actions/download-artifact from 7 to 8 (#3482) #2651

name: Fill GitHub Draft Release
on:
workflow_dispatch:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-24.04
permissions:
# To create or update releases
contents: write
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v6.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}