Skip to content

build: Bump the minor-patch-updates group with 8 updates (#177) #28

build: Bump the minor-patch-updates group with 8 updates (#177)

build: Bump the minor-patch-updates group with 8 updates (#177) #28

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@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
id: app-token
with:
app-id: ${{ vars.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
with:
token: ${{ steps.app-token.outputs.token }}
config-file: ".github/release-please-config.json"
manifest-file: ".github/.release-please-manifest.json"