Skip to content

fix(deps): update module github.com/getkin/kin-openapi to v0.143.0 (#8) #7

fix(deps): update module github.com/getkin/kin-openapi to v0.143.0 (#8)

fix(deps): update module github.com/getkin/kin-openapi to v0.143.0 (#8) #7

name: Release Drafter
on:
push:
branches:
- main
workflow_dispatch: {}
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@eada3c96a64734dd381cfbda23511034e328ddb0 # v7.6.0
with:
name: next
tag: next
version: next
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}