Skip to content

chore(deps): bump io.github.sergeshustoff.dikt from 1.0.0-alpha8 to 1.1.0-kotlin-1.8.10 #517

chore(deps): bump io.github.sergeshustoff.dikt from 1.0.0-alpha8 to 1.1.0-kotlin-1.8.10

chore(deps): bump io.github.sergeshustoff.dikt from 1.0.0-alpha8 to 1.1.0-kotlin-1.8.10 #517

Workflow file for this run

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