Skip to content

chore(release): allow manual release-please dispatch #3

chore(release): allow manual release-please dispatch

chore(release): allow manual release-please dispatch #3

name: Release Please
on:
push:
branches: ["main"]
paths:
- "apps/cli/**"
- "docs/reference/cli.md"
- "go.work"
- "go.work.sum"
- ".github/workflows/release-please.yml"
workflow_dispatch: {}
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN || github.token }}
config-file: .release-please-config.json
manifest-file: .release-please-manifest.json