Github Action: Add release-drafter (#54)

This commit is contained in:
Md. Emruz Hossain 2020-07-24 22:07:37 +06:00 committed by GitHub
parent 55588921f2
commit 6f96ca1e15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 0 deletions

14
.github/workflows/draft-release.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@master
env:
GITHUB_TOKEN: ${{ secrets.ACTION_DEPLOY_KEY }}