Skip to content

bump: release

bump: release #8

Workflow file for this run

name: ci
permissions:
contents: write
pull-requests: write
on:
push:
branches:
- "*"
paths-ignore:
- "**.md"
jobs:
release:
if: github.ref == 'refs/heads/main' && startsWith(github.event.head_commit.message, 'bump')
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: "${{ secrets.GITHUB_TOKEN }}"
manifest-file: .release-please-manifest.json
config-file: release-please-config.json