Skip to content

⬆️ Bump org.jetbrains.kotlinx:kotlinx-coroutines-swing from 1.7.2 to 1.9.0 #21

⬆️ Bump org.jetbrains.kotlinx:kotlinx-coroutines-swing from 1.7.2 to 1.9.0

⬆️ Bump org.jetbrains.kotlinx:kotlinx-coroutines-swing from 1.7.2 to 1.9.0 #21

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [ opened, reopened, synchronize ]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Drafts next Release notes
uses: release-drafter/release-drafter@v5
with:
config-name: config/release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}