Skip to content

feat: harden and extend the LLM proxy (#79) #28

feat: harden and extend the LLM proxy (#79)

feat: harden and extend the LLM proxy (#79) #28

name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
concurrency:
group: release-please-${{ github.ref }}
cancel-in-progress: true
jobs:
release-please:
runs-on: ubuntu-latest
timeout-minutes: 10
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
config-file: release-please-config.json
manifest-file: .release-please-manifest.json