Skip to content

fix: automated PR's permissions (#1381) #22

fix: automated PR's permissions (#1381)

fix: automated PR's permissions (#1381) #22

name: release_please
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "**"
- "!.github/workflows/site.yaml"
- "!site/**"
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"