Skip to content

fix(deps): update ktor monorepo to v3 (major) #1112

fix(deps): update ktor monorepo to v3 (major)

fix(deps): update ktor monorepo to v3 (major) #1112

Workflow file for this run

name: Release Drafter
on:
workflow_dispatch:
push:
branches:
- main
pull_request_target:
types: [ opened, reopened, synchronize ]
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}