Skip to content

fix(validation): Ensure If the erminal buffer is excluded from #buff… #509

fix(validation): Ensure If the erminal buffer is excluded from #buff…

fix(validation): Ensure If the erminal buffer is excluded from #buff… #509

Workflow file for this run

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