We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca0075 commit b6787c1Copy full SHA for b6787c1
.circleci/config.yml
@@ -71,6 +71,7 @@ jobs:
71
- run: flutter test --coverage
72
- run: bash <(curl -s https://codecov.io/bash)
73
- run: dartanalyzer --options analysis_options.yaml --fatal-warnings lib
74
+ - run: flutter pub publish --dry-run
75
76
ios_tests:
77
macos:
@@ -130,7 +131,7 @@ workflows:
130
131
context: cross-platform
132
- android_tests
133
- ios_tests
- - hold:
134
+ - hold_release:
135
type: approval
136
requires:
137
- flutter_tests
@@ -142,7 +143,7 @@ workflows:
142
143
- release:
144
145
- - hold
146
+ - hold_release
147
filters:
148
branches:
149
only: master
0 commit comments