Skip to content

chore: 10.0.0-rc.2 (#167) #5

chore: 10.0.0-rc.2 (#167)

chore: 10.0.0-rc.2 (#167) #5

name: release_please
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- main
jobs:
create_release_pr:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
manifest-file: ".release-please-manifest.json"
config-file: ".release-please-config.json"