Skip to content

Merge pull request #22 from hindermath/release-please--branches--main #29

Merge pull request #22 from hindermath/release-please--branches--main

Merge pull request #22 from hindermath/release-please--branches--main #29

name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
# Pinned Node.js 24-capable upstream SHA until the next tagged v4 release targets node24.
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json