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 68c335c commit a7c5e06Copy full SHA for a7c5e06
publish.sh
@@ -13,7 +13,7 @@ rm -rfv example/test || exit 4
13
rm -rfv .idea || exit 4
14
rm -rfv publish.sh || exit 4
15
echo "Running pub publish"
16
-flutter pub publish --dry-run
+flutter pub publish
17
18
echo "Reverting back to HEAD"
19
git reset --hard HEAD
0 commit comments