Merge pull request #2728 from open-osrs/manual-actions

actions: add ability to manually run release drafter
This commit is contained in:
ThatGamerBlue
2020-06-28 19:57:16 +01:00
committed by GitHub

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 }}