Skip to content

feat: Create EventQueue interface and make tap() async. (#914) #237

feat: Create EventQueue interface and make tap() async. (#914)

feat: Create EventQueue interface and make tap() async. (#914) #237

Workflow file for this run

on:
push:
branches:
- main
- 1.0-dev
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.A2A_BOT_PAT }}
target-branch: ${{ github.ref_name }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json