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 ce43589 commit cb456e8Copy full SHA for cb456e8
.github/workflows/dart.yml
@@ -193,7 +193,7 @@ jobs:
193
## See dry_run_workaround_helpers.sh for more details
194
source .github/workflows/dry_run_workaround_helpers.sh
195
196
- multipack --only $PACKAGES pub publish --dry-run 2>&1 | cap
+ multipack --only $PACKAGES exec pub publish --dry-run 2>&1 | cap
197
198
ignore_err_when_stdout_contains 'gql_build' 'Package has 1 warning' \
199
'package:built_value_generator/built_value_generator.dart is opting out of null safety' \
0 commit comments