Chore: Remove release drafter (#53)

This commit is contained in:
Stan Triepels
2022-12-21 01:44:10 +01:00
committed by GitHub
parent 134a54dbeb
commit cf33891291
2 changed files with 0 additions and 51 deletions

View File

@@ -1,14 +0,0 @@
name: Update release draft
on:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}