Skip to content

chore(ci): bump googleapis/release-please-action from 4 to 5 (#4) #7

chore(ci): bump googleapis/release-please-action from 4 to 5 (#4)

chore(ci): bump googleapis/release-please-action from 4 to 5 (#4) #7

name: Release Please
on:
push:
branches: [main]
workflow_dispatch:
# App-token auth (not GITHUB_TOKEN) so the release PR triggers CI - GITHUB_TOKEN events don't fire downstream workflows.
permissions: {}
concurrency:
group: release-please-${{ github.ref }}
cancel-in-progress: false
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v2
id: app-token
with:
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
- uses: googleapis/release-please-action@v5
with:
token: ${{ steps.app-token.outputs.token }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json