Skip to content

Commit a7c5e06

Browse files
committed
Removed --dry-run
1 parent 68c335c commit a7c5e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rm -rfv example/test || exit 4
1313
rm -rfv .idea || exit 4
1414
rm -rfv publish.sh || exit 4
1515
echo "Running pub publish"
16-
flutter pub publish --dry-run
16+
flutter pub publish
1717

1818
echo "Reverting back to HEAD"
1919
git reset --hard HEAD

0 commit comments

Comments
 (0)