Skip to content

flutter: publish 0.2.0 #11

flutter: publish 0.2.0

flutter: publish 0.2.0 #11

# .github/workflows/publish.yml
name: Publish to pub.dev
on: [push, workflow_dispatch]
defaults:
run:
working-directory: ./ezlog_flutter
permissions:
id-token: write
pull-requests: write
jobs:
publish:
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
with:
use-flutter: true
checkout_submodules: false