Skip to content

fix: [MDS-1331] Dispose animation controllers for tooltip and popover… #445

fix: [MDS-1331] Dispose animation controllers for tooltip and popover…

fix: [MDS-1331] Dispose animation controllers for tooltip and popover… #445

Workflow file for this run

name: release-please
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: "dart"
command: manifest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
release_tag_name: ${{ steps.release.outputs.tag_name }}