Skip to content

refactor: parallelize CI workflow with dependent job graph (#522) #212

refactor: parallelize CI workflow with dependent job graph (#522)

refactor: parallelize CI workflow with dependent job graph (#522) #212

name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release-please:
name: Release Please
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json