Skip to content

fix(ui/dashboard): experiment filter opens drawer add new (#2140) #1454

fix(ui/dashboard): experiment filter opens drawer add new (#2140)

fix(ui/dashboard): experiment filter opens drawer add new (#2140) #1454

Workflow file for this run

name: release
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release_please:
name: Release Please
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0
with:
token: ${{ secrets.REPO_ACCESS_PAT }} # We need to set the PAT so the publishing workflow can be triggered