Create manualrun.yml

This commit is contained in:
ThatGamerBlue
2020-06-28 19:40:53 +01:00
committed by GitHub
parent 3025299417
commit 570fdfaeba

12
.github/workflows/manualrun.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Release Drafter
on: repository_dispatch
jobs:
update_draft_release:
runs-on: ubuntu-latest
steps:
- uses: ThatGamerBlue/release-drafter@v5.7.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}