Skip to content

fix(quickfix): use new chat messages instead of old chat sections for… #527

fix(quickfix): use new chat messages instead of old chat sections for…

fix(quickfix): use new chat messages instead of old chat sections for… #527

Workflow file for this run

name: Release
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: simple
token: ${{ secrets.GITHUB_TOKEN }}