Skip to content

⬆️ Update actions/download-artifact action to v4.1.5 (#457) #205

⬆️ Update actions/download-artifact action to v4.1.5 (#457)

⬆️ Update actions/download-artifact action to v4.1.5 (#457) #205

---
name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- name: 🚀 Run Release Drafter
uses: release-drafter/release-drafter@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}