Skip to content

Merge pull request #85 from Nicered/release-please--branches--main--c… #75

Merge pull request #85 from Nicered/release-please--branches--main--c…

Merge pull request #85 from Nicered/release-please--branches--main--c… #75

name: Release Please
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Release Please
uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PAT }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
# Note: npm-publish.yml triggers on release:published event
# Note: docs.yml triggers on push to docs/** or workflow_dispatch