Skip to content

feat: implement AI plugin calling interface with dedicated endpoints … #545

feat: implement AI plugin calling interface with dedicated endpoints …

feat: implement AI plugin calling interface with dedicated endpoints … #545

name: Release Drafter
on:
push:
branches:
- master
jobs:
UpdateReleaseDraft:
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GH_PUBLISH_SECRETS }}