Files
ivuorinen/.github/workflows/release-drafter.yml

20 lines
491 B
YAML

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Release Drafter
on:
workflow_call:
jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
permissions:
contents: write
statuses: write
steps:
- name: 🚀 Run Release Drafter
uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}