Skip to content

feat: custom separator #41

feat: custom separator

feat: custom separator #41

Workflow file for this run

name: Publish workflow
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter pub get
- run: flutter test
- run: flutter pub publish