Skip to content

build(deps): bump googleapis/release-please-action from 4.3.0 to 4.4.… #779

build(deps): bump googleapis/release-please-action from 4.3.0 to 4.4.…

build(deps): bump googleapis/release-please-action from 4.3.0 to 4.4.… #779

name: release-please.yml – Automate releases with Conventional Commit Messages.
on:
push:
branches:
- main
permissions:
actions: none
attestations: none
checks: none
contents: none
deployments: none
id-token: none
issues: none
discussions: none
packages: none
pages: none
pull-requests: none
repository-projects: none
security-events: none
statuses: none
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
with:
contents: write
pull-requests: write
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.GITHUB_TOKEN }}
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple