mirror of https://github.com/winsw/winsw
Add Release Drafter to GitHub Actions
parent
075be3f03d
commit
1e6e8c1e2c
|
@ -0,0 +1,9 @@
|
|||
workflow "Push" {
|
||||
on = "push"
|
||||
resolves = ["Draft Release"]
|
||||
}
|
||||
|
||||
action "Draft Release" {
|
||||
uses = "toolmantim/release-drafter@v5.2.0"
|
||||
secrets = ["GITHUB_TOKEN"]
|
||||
}
|
Loading…
Reference in New Issue