Skip to content

Release

Release #33

Workflow file for this run

name: Release
on:
workflow_dispatch:
workflow_run:
workflows: ['CI']
types: [completed]
branches: [main]
permissions:
contents: write
pull-requests: write
issues: write
jobs:
release:
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: .release-please-manifest.json
manifest-file: .release-please-manifest.json