Skip to content

build(deps): lock file maintenance (#2879) #1907

build(deps): lock file maintenance (#2879)

build(deps): lock file maintenance (#2879) #1907

name: release-please
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-24.04
steps:
- id: generate_token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.RELEASE_PLEASE_APP_ID }}
private-key: ${{ secrets.RELEASE_PLEASE_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ steps.generate_token.outputs.token }}