Skip to content

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

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

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

Workflow file for this run

name: Publish to pub.dev
on:
push:
branches:
- main
jobs:
publish:
if: "${{ contains(github.event.head_commit.message, 'chore(main): release') }}"
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish
uses: k-paxian/dart-package-publisher@v1.6
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
flutter: true
skipTests: true
force: true