Skip to content

Check in linear percent indicator state is null if the size is null (… #60

Check in linear percent indicator state is null if the size is null (…

Check in linear percent indicator state is null if the size is null (… #60

Workflow file for this run

name: Package Publish dry-run
on:
push:
branches: [ master ]
jobs:
dry-run:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v1
- name: 'Dry-run'
uses: ilteoood/actions-flutter-pub-publisher@master
with:
credential: ${{secrets.CREDENTIAL_JSON}}
flutter_package: true
skip_test: true
dry_run: true