Add Release Drafter to GitHub Actions

pull/331/head
Oleg Nenashev 2019-08-18 20:21:46 +02:00 committed by GitHub
parent 075be3f03d
commit 1e6e8c1e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.github/workflows/main.workflow vendored Normal file
View File

@ -0,0 +1,9 @@
workflow "Push" {
on = "push"
resolves = ["Draft Release"]
}
action "Draft Release" {
uses = "toolmantim/release-drafter@v5.2.0"
secrets = ["GITHUB_TOKEN"]
}