hugo-toha/.github/workflows/draft-release.yml
dependabot[bot] 1204b017ff
Bump release-drafter/release-drafter from v5.12.1 to v5.13.0 (#201)
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.12.1 to v5.13.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.12.1...4d1215c66d92eba9557a55da848b2281a1a19235)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 07:37:59 +00:00

15 lines
314 B
YAML

name: Release Drafter
# Run action on push in mater branch
on:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Create/Update release draft
- uses: release-drafter/release-drafter@v5.13.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}