summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release-drafter.yml
blob: 3fb8ef315eb2e8ca1a3b0dd4071bc66546cd341c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Release Drafter

on:
  push:
    branches:
      - master

jobs:
  update_release_draft:
    runs-on: ubuntu-latest
    steps:
      - uses: release-drafter/release-drafter@v5
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}