Skip to content

Update kotlinserialization to v1.7.2 (#40) #33

Update kotlinserialization to v1.7.2 (#40)

Update kotlinserialization to v1.7.2 (#40) #33

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