Skip to content

chore(deps): bump pana from 0.22.24 to 0.23.0 (#1404) #34

chore(deps): bump pana from 0.22.24 to 0.23.0 (#1404)

chore(deps): bump pana from 0.22.24 to 0.23.0 (#1404) #34

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"