on: push: branches: [main] name: release-please jobs: release-please: name: "Release please" runs-on: ubicloud steps: # Config lives in release-please-config.json / .release-please-manifest.json: # a `release-type` input instead re-derives the last released version by # paginating every GitHub release, which on a repo this size is slow enough # to fail intermittently. - uses: googleapis/release-please-action@v5 with: token: ${{ secrets.PAT_TOKEN }}