Skip to content

chore: upgrade findable-ui to 15.0.0 (#2550) (#2563) #23

chore: upgrade findable-ui to 15.0.0 (#2550) (#2563)

chore: upgrade findable-ui to 15.0.0 (#2550) (#2563) #23

on:
push:
branches:
- main
workflow_dispatch: # Enable manual triggering
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
config-file: release-please-config.json
token: ${{ secrets.GITHUB_TOKEN }}