Skip to content

Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1… #35

Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1…

Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1… #35

Workflow file for this run

---
name: "Update Changelog"
"on":
push:
branches:
- "master"
jobs:
changelog:
name: "Update Changelog"
runs-on: "ubuntu-latest"
if: "${{ !contains(github.event.head_commit.message, 'skip-snapshot') }}"
steps:
- uses: "release-drafter/release-drafter@master"
id: "release"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"