Skip to content

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.10 to 1.9.22 #676

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.10 to 1.9.22

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.10 to 1.9.22 #676

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 }}