Skip to content

refactor(files): simplify file filtering and default to text (#1541) #725

refactor(files): simplify file filtering and default to text (#1541)

refactor(files): simplify file filtering and default to text (#1541) #725

Workflow file for this run

name: Release
on:
push:
branches: [main]
workflow_dispatch:
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 }}