Skip to content

* Breaking change: [SpecialText.getContent] is not include endflag no… #63

* Breaking change: [SpecialText.getContent] is not include endflag no…

* Breaking change: [SpecialText.getContent] is not include endflag no… #63

Workflow file for this run

name: Pub Publish dry run
on: [push]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: sakebook/actions-flutter-pub-publisher@v1.3.0
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: true
skip_test: true
dry_run: true