Skip to content

Commit

Permalink
Run release drafter in the GitHub action (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen authored Sep 22, 2021
1 parent 05ca6b1 commit a99158f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release Drafter

on:
workflow_dispatch:
push:
branches:
- master

jobs:
update_release_draft:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_SECRETS }}

0 comments on commit a99158f

Please sign in to comment.