Skip to content

Merge pull request #1 from TitusKirch/dependabot/github_actions/googl… #4

Merge pull request #1 from TitusKirch/dependabot/github_actions/googl…

Merge pull request #1 from TitusKirch/dependabot/github_actions/googl… #4

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
release-please:
name: Run release-please
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
with:
config-file: release-please-config.json
manifest-file: .release-please-manifest.json