Skip to content

Downgrade Guice to 5.1.0 to be in sync with Maven 3.9 #96

Downgrade Guice to 5.1.0 to be in sync with Maven 3.9

Downgrade Guice to 5.1.0 to be in sync with Maven 3.9 #96

name: Release Drafter
on:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}