Update scripts/release-playstore-beta.sh

This commit is contained in:
Christian Pauly 2020-12-09 20:15:03 +00:00
parent f01d3f63ee
commit 96a79df4d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash -ve
#!/bin/sh -ve
flutter channel stable
flutter upgrade
flutter pub get