Skip to content

refactor(flake): reformat #193

refactor(flake): reformat

refactor(flake): reformat #193

---
permissions:
contents: write
pull-requests: write
name: Release Please
on:
workflow_dispatch:
push:
branches:
- master
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v5
with:
release-type: simple
token: ${{ secrets.PAT }}