Skip to content

Update version of Maven and setup-maven action. #24

Update version of Maven and setup-maven action.

Update version of Maven and setup-maven action. #24

name: 'Release Drafter'
on:
push:
branches:
- master
- main
jobs:
update-release-draft:
name: 'Update Release Draft'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}