Skip to content

Update plugin android-library to v8.7.3 (#425) #373

Update plugin android-library to v8.7.3 (#425)

Update plugin android-library to v8.7.3 (#425) #373

name: Release Drafter
# https://github.com/release-drafter/release-drafter#usage
on:
push:
branches:
- main
jobs:
update-release-draft:
permissions:
contents: write
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}