👷 Update release drafter

This commit is contained in:
Ju4tCode 2020-10-20 17:27:41 +08:00 committed by GitHub
parent 2c13303d89
commit 444156766a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/workflows/release-draft.yml vendored Normal file
View File

@ -0,0 +1,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 }}