Skip to content

ci: bump googleapis/release-please-action from 4.4.0 to 5.0.0 (#179) #32

ci: bump googleapis/release-please-action from 4.4.0 to 5.0.0 (#179)

ci: bump googleapis/release-please-action from 4.4.0 to 5.0.0 (#179) #32

Workflow file for this run

name: Release Please
on:
push:
branches:
- main
permissions: {}
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
id: app-token
with:
app-id: ${{ vars.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
with:
token: ${{ steps.app-token.outputs.token }}
config-file: ".github/release-please-config.json"
manifest-file: ".github/.release-please-manifest.json"