# yamloom: generated from .yamloom.py
---
name: Release Please
"on":
push:
branches:
- main
workflow_dispatch: ~
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Create or update release PR
uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE }}
config-file: release-please-config.json
manifest-file: ".release-please-manifest.json"