From 570fdfaeba2b80dee7e8d8991b0f88270b7bc24b Mon Sep 17 00:00:00 2001 From: ThatGamerBlue Date: Sun, 28 Jun 2020 19:40:53 +0100 Subject: [PATCH] Create manualrun.yml --- .github/workflows/manualrun.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/manualrun.yml diff --git a/.github/workflows/manualrun.yml b/.github/workflows/manualrun.yml new file mode 100644 index 0000000000..974de01a30 --- /dev/null +++ b/.github/workflows/manualrun.yml @@ -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 }}