Skip to content

chore(deps): update actions/checkout digest to 3d3c42e (#694) #121

chore(deps): update actions/checkout digest to 3d3c42e (#694)

chore(deps): update actions/checkout digest to 3d3c42e (#694) #121

Workflow file for this run

name: Release
on:
push:
branches:
- master
- releases/**
workflow_dispatch:
permissions:
contents: write
pull-requests: write
concurrency:
group: "release-${{ github.ref_name }}"
jobs:
release-please:
runs-on: ubuntu-24.04
name: Release Automation
steps:
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
id: generate-token
with:
client-id: ${{ secrets.LENDABOT_APP_ID }}
private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }}
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
id: release
with:
token: ${{ steps.generate-token.outputs.token }}
config-file: .github/release-please-config.json
manifest-file: .github/.release-please-manifest.json
include-component-in-tag: false
target-branch: ${{ github.ref_name }}