text-wrap-fit-box/.github/workflows/draft-release.yml
Paul Campbell 272fe20e4c
Update github actions (#3)
* Update github actions

* Bump tiles-maven-plugin to 2.17 for jdk 14 compatibility

* Require JDK 11+
2020-07-11 10:11:52 +01:00

14 lines
250 B
YAML

name: draft-release
on:
push:
branches:
- master
jobs:
update_draft_release:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5.11.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}