Skip to content

release: 5.44.0

release: 5.44.0 #4

name: Release Please
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-please:
name: release please
runs-on: ubuntu-latest
if: github.repository == 'RetellAI/retell-python-sdk'
steps:
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1
id: release
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}