Skip to content

Update backend and controller dependencies #372

Update backend and controller dependencies

Update backend and controller dependencies #372

name: Create Draft
on:
# on merge
pull_request:
types:
- closed
branches:
- main
# manual
workflow_dispatch:
jobs:
Release_drafter:
runs-on: ubuntu-latest
steps:
- name: Release drafter
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}