Skip to content

fix: divide 0 error when archType is not null (#200) #59

fix: divide 0 error when archType is not null (#200)

fix: divide 0 error when archType is not null (#200) #59

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