Skip to content

ci: simplify to two workflows - CI and Release #4

ci: simplify to two workflows - CI and Release

ci: simplify to two workflows - CI and Release #4

Workflow file for this run

name: Release
on:
push:
branches: [1.x]
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
config-file: release-please-config.json
manifest-file: .release-please-manifest.json