Skip to content

Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.7.0 to 2.8.1 #938

Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.7.0 to 2.8.1

Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.7.0 to 2.8.1 #938

name: Release Management
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_draft_release:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/[email protected]
with:
config-name: release-drafter.yml
disable-autolabeler: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}