🐛 Predicate the flash mode correctly when retrying the initialization #316
Workflow file for this run
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: Publishable | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
paths: | |
- "**.md" | |
- "**.yaml" | |
- "**.yml" | |
jobs: | |
publish-dry-run: | |
name: Publish dry-run with packages | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: k-paxian/dart-package-publisher@master | |
with: | |
credentialJson: 'MockCredentialJson' | |
flutter: true | |
dryRunOnly: true | |
skipTests: true |