Fix issue that the caret offset is not right after pinyin(composing) … #67
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pub Publish dry run | |
on: [push] | |
jobs: | |
publish: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v1 | |
- name: Publish | |
uses: sakebook/[email protected] | |
with: | |
credential: ${{ secrets.CREDENTIAL_JSON }} | |
flutter_package: true | |
skip_test: true | |
dry_run: true |