Skip to content

Handle empty path in client doc strings #67

Handle empty path in client doc strings

Handle empty path in client doc strings #67

Workflow file for this run

# A CI configuration to auto-publish pub packages.
# Instructions defined in pub.dev admin panel
name: Publish
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
jobs:
publish:
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
permissions:
id-token: 'write'