Skip to content

Merge pull request #1100 from google:release-please--branches--main #194

Merge pull request #1100 from google:release-please--branches--main

Merge pull request #1100 from google:release-please--branches--main #194

'on':
push:
branches:
- main
workflow_dispatch: {}
permissions:
contents: write
issues: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}