Skip to content

Commit

Permalink
Use flutter submodule in tag-release
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonp2412 committed Oct 15, 2024
1 parent 69eb69c commit db58594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tag-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "$changelog" >fastlane/metadata/en-AU/release_notes.txt
if [[ $* == *-t* ]]; then
echo "Skipping tests..."
else
flutter test
./flutter/bin/flutter test
dart analyze lib
dart format --set-exit-if-changed lib
./scripts/migrate.sh
Expand Down

0 comments on commit db58594

Please sign in to comment.