Skip to content

fix: doc string update for gpt-image-1 in OpenAiImageGenerationDriver… #18

fix: doc string update for gpt-image-1 in OpenAiImageGenerationDriver…

fix: doc string update for gpt-image-1 in OpenAiImageGenerationDriver… #18

name: Release Hotfix
on:
push:
branches:
- release/*
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Release
uses: googleapis/release-please-action@v4
with:
release-type: python
target-branch: ${{ github.ref_name }}
token: ${{ secrets.GH_RELEASE_PAT }}
config-file: .github/release-please-config.hotfix.json
manifest-file: .github/.release-please-manifest.json