Skip to content

Commit cb456e8

Browse files
committed
try using exec
1 parent ce43589 commit cb456e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
## See dry_run_workaround_helpers.sh for more details
194194
source .github/workflows/dry_run_workaround_helpers.sh
195195
196-
multipack --only $PACKAGES pub publish --dry-run 2>&1 | cap
196+
multipack --only $PACKAGES exec pub publish --dry-run 2>&1 | cap
197197
198198
ignore_err_when_stdout_contains 'gql_build' 'Package has 1 warning' \
199199
'package:built_value_generator/built_value_generator.dart is opting out of null safety' \

0 commit comments

Comments
 (0)