Skip to content

Try to remove non-nullable converter if duplicate found for nullable targetType #56

Try to remove non-nullable converter if duplicate found for nullable targetType

Try to remove non-nullable converter if duplicate found for nullable targetType #56

Workflow file for this run

# A CI configuration to auto-publish pub packages.
name: Publish
on:
pull_request:
branches: [ master ]
push:
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]
jobs:
publish:
if: ${{ github.repository_owner == 'google' }}
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main