name: Release Please (v6 - next-ng)

on:
  push:
    branches:
      - next-ng

jobs:
  release-please:
    runs-on: ubuntu-latest
    steps:
      - uses: googleapis/release-please-action@v4
        id: release
        with:
          command: manifest
          token: ${{ secrets.GITHUB_TOKEN }}
          target-branch: 'next-ng'
          default-branch: 'next-ng'
