Skip to content

feat(realtime): improve task lifecycle management and expose public A… #385

feat(realtime): improve task lifecycle management and expose public A…

feat(realtime): improve task lifecycle management and expose public A… #385

Workflow file for this run

name: Release
on:
push:
branches:
- main
- release/*
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
target-branch: ${{ github.ref_name }}