Skip to content

fix: lazy plugin loading + pino logger (#79) #17

fix: lazy plugin loading + pino logger (#79)

fix: lazy plugin loading + pino logger (#79) #17

Workflow file for this run

name: Release
on:
push:
branches: [main]
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: node
token: ${{ secrets.CLAWE_OSS_RELEASE }}