Skip to content

chore(deps): update dependency phpunit/phpunit to v13.1.7 [security] … #98

chore(deps): update dependency phpunit/phpunit to v13.1.7 [security] …

chore(deps): update dependency phpunit/phpunit to v13.1.7 [security] … #98

Workflow file for this run

name: Release
on:
push:
branches:
- main
- 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@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
id: generate-token
with:
app-id: ${{ secrets.LENDABOT_APP_ID }}
private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }}
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
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 }}